[bitnami/trivy] Release 0.30.1-debian-11-r0 (#297)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
cc06f96a38
commit
10a33dc980
|
|
@ -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.29.2-1-linux-amd64-debian-11.tar.gz && \
|
||||
echo "f792105f9958d74e21194ee5fa3f889296982ad873a2fb44b8dac4e3b939512a /tmp/bitnami/pkg/cache/trivy-0.29.2-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/trivy-0.29.2-1-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/trivy-0.29.2-1-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/trivy-0.30.1-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "de8ce758134ae54b0ab125174fb60d4bb852f068b5894f42c52cec65e3685466 /tmp/bitnami/pkg/cache/trivy-0.30.1-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/trivy-0.30.1-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/trivy-0.30.1-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.29.2" \
|
||||
ENV APP_VERSION="0.30.1" \
|
||||
BITNAMI_APP_NAME="trivy" \
|
||||
PATH="/opt/bitnami/trivy/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"trivy": {
|
||||
"arch": "amd64",
|
||||
"digest": "f792105f9958d74e21194ee5fa3f889296982ad873a2fb44b8dac4e3b939512a",
|
||||
"digest": "de8ce758134ae54b0ab125174fb60d4bb852f068b5894f42c52cec65e3685466",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.29.2-1"
|
||||
"version": "0.30.1-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.29.2`, `0.29.2-debian-11-r9`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-trivy/blob/0.29.2-debian-11-r9/0/debian-11/Dockerfile)
|
||||
* [`0`, `0-debian-11`, `0.30.1`, `0.30.1-debian-11-r0`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-trivy/blob/0.30.1-debian-11-r0/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