0.21.0-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2021-11-15 19:11:41 +00:00
parent 5cdc1bea04
commit 498606d64d
3 changed files with 10 additions and 8 deletions

View File

@@ -9,15 +9,15 @@ 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.20.2-1-linux-amd64-debian-10.tar.gz && \
echo "bd3731a3277d79ec33ca8397c792b1817ba257ca81f62a9c30d15ce0e1dc40a8 /tmp/bitnami/pkg/cache/trivy-0.20.2-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/trivy-0.20.2-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/trivy-0.20.2-1-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/trivy-0.21.0-0-linux-amd64-debian-10.tar.gz && \
echo "afce9935e4b8367f67d012d355714024bccb3fe54deb29088e0fd9ee0d041ad2 /tmp/bitnami/pkg/cache/trivy-0.21.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/trivy-0.21.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/trivy-0.21.0-0-linux-amd64-debian-10.tar.gz
RUN chmod g+rwX /opt/bitnami
RUN mkdir /.cache && chmod g+rwX /.cache
ENV BITNAMI_APP_NAME="trivy" \
BITNAMI_IMAGE_VERSION="0.20.2-debian-10-r21" \
BITNAMI_IMAGE_VERSION="0.21.0-debian-10-r0" \
PATH="/opt/bitnami/trivy/bin:$PATH"
USER 1001

View File

@@ -1,9 +1,9 @@
{
"trivy": {
"arch": "amd64",
"digest": "bd3731a3277d79ec33ca8397c792b1817ba257ca81f62a9c30d15ce0e1dc40a8",
"digest": "afce9935e4b8367f67d012d355714024bccb3fe54deb29088e0fd9ee0d041ad2",
"distro": "debian-10",
"type": "NAMI",
"version": "0.20.2-1"
"version": "0.21.0-0"
}
}

View File

@@ -6,6 +6,8 @@
[Overview of Trivy](https://github.com/aquasecurity/trivy)
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
## TL;DR
```console
@@ -29,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.20.2`, `0.20.2-debian-10-r21`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-trivy/blob/0.20.2-debian-10-r21/0/debian-10/Dockerfile)
* [`0`, `0-debian-10`, `0.21.0`, `0.21.0-debian-10-r0`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-trivy/blob/0.21.0-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).