[bitnami/trivy] Release 0.30.3-debian-11-r1 (#667)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
1ccb7b25ce
commit
76f23488c1
|
|
@ -8,16 +8,16 @@ COPY prebuildfs /
|
|||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# 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.30.2-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "de1574bab8de3015ac07d5e87f6cc46b81ae72dd971f397384ffd11b7a22ff2e /tmp/bitnami/pkg/cache/trivy-0.30.2-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/trivy-0.30.2-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/trivy-0.30.2-0-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/trivy-0.30.3-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "92f0efcd9870a29722ebb8639c112aebc62f3eda6c3e52c2a53a4cf847a99428 /tmp/bitnami/pkg/cache/trivy-0.30.3-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/trivy-0.30.3-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/trivy-0.30.3-0-linux-amd64-debian-11.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.30.2" \
|
||||
ENV APP_VERSION="0.30.3" \
|
||||
BITNAMI_APP_NAME="trivy" \
|
||||
PATH="/opt/bitnami/trivy/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"trivy": {
|
||||
"arch": "amd64",
|
||||
"digest": "de1574bab8de3015ac07d5e87f6cc46b81ae72dd971f397384ffd11b7a22ff2e",
|
||||
"digest": "92f0efcd9870a29722ebb8639c112aebc62f3eda6c3e52c2a53a4cf847a99428",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.30.2-0"
|
||||
"version": "0.30.3-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -28,7 +28,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-11`, `0.30.2`, `0.30.2-debian-11-r1`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-trivy/blob/0.30.2-debian-11-r1/0/debian-11/Dockerfile)
|
||||
* [`0`, `0-debian-11`, `0.30.3`, `0.30.3-debian-11-r1`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-trivy/blob/0.30.3-debian-11-r1/0/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/trivy GitHub repo](https://github.com/bitnami/bitnami-docker-trivy).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue