0.25.2-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2022-04-05 20:03:49 +00:00
parent c22b7e8f3e
commit 5a14e0d4ab
3 changed files with 9 additions and 9 deletions

View File

@ -9,18 +9,18 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages ca-certificates curl gzip libc6 procps tar wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/trivy-0.25.1-0-linux-amd64-debian-10.tar.gz && \
echo "1fe55eff38752507bc4e70d61f30b9bfcde7506fb48d592b56a65ace69f72805 /tmp/bitnami/pkg/cache/trivy-0.25.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/trivy-0.25.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/trivy-0.25.1-0-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/trivy-0.25.2-0-linux-amd64-debian-10.tar.gz && \
echo "a403832fe91c2656c6d1f4b05ef8c40f20bcb2e1dd5790673a714c990afbfff4 /tmp/bitnami/pkg/cache/trivy-0.25.2-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/trivy-0.25.2-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/trivy-0.25.2-0-linux-amd64-debian-10.tar.gz
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
RUN mkdir /.cache && chmod g+rwX /.cache
ENV APP_VERSION="0.25.1" \
ENV APP_VERSION="0.25.2" \
BITNAMI_APP_NAME="trivy" \
BITNAMI_IMAGE_VERSION="0.25.1-debian-10-r0" \
BITNAMI_IMAGE_VERSION="0.25.2-debian-10-r0" \
PATH="/opt/bitnami/trivy/bin:$PATH"
USER 1001

View File

@ -1,9 +1,9 @@
{
"trivy": {
"arch": "amd64",
"digest": "1fe55eff38752507bc4e70d61f30b9bfcde7506fb48d592b56a65ace69f72805",
"digest": "a403832fe91c2656c6d1f4b05ef8c40f20bcb2e1dd5790673a714c990afbfff4",
"distro": "debian-10",
"type": "NAMI",
"version": "0.25.1-0"
"version": "0.25.2-0"
}
}

View File

@ -31,7 +31,7 @@ $ docker run --name trivy bitnami/trivy:latest
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`0`, `0-debian-10`, `0.25.1`, `0.25.1-debian-10-r0`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-trivy/blob/0.25.1-debian-10-r0/0/debian-10/Dockerfile)
* [`0`, `0-debian-10`, `0.25.2`, `0.25.2-debian-10-r0`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-trivy/blob/0.25.2-debian-10-r0/0/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/trivy GitHub repo](https://github.com/bitnami/bitnami-docker-trivy).