[bitnami/trivy] Release 0.30.4-debian-11-r5 (#2393)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
d6626db540
commit
7bf6d15f65
|
|
@ -8,10 +8,10 @@ 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.4-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "21d4607a806fe9eabadf8ee002ac87d5e201f32f77c50586289a9617de520038 /tmp/bitnami/pkg/cache/trivy-0.30.4-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/trivy-0.30.4-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/trivy-0.30.4-0-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/trivy-0.30.4-1-linux-amd64-debian-11.tar.gz && \
|
||||
echo "25d311d284adafc2d307a162e1f0e80d35d6b2de93b10438c4736d4b773cb7fb /tmp/bitnami/pkg/cache/trivy-0.30.4-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/trivy-0.30.4-1-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/trivy-0.30.4-1-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
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"trivy": {
|
||||
"arch": "amd64",
|
||||
"digest": "21d4607a806fe9eabadf8ee002ac87d5e201f32f77c50586289a9617de520038",
|
||||
"digest": "25d311d284adafc2d307a162e1f0e80d35d6b2de93b10438c4736d4b773cb7fb",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.30.4-0"
|
||||
"version": "0.30.4-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -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.4`, `0.30.4-debian-11-r4`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/trivy/0/debian-11/Dockerfile)
|
||||
* [`0`, `0-debian-11`, `0.30.4`, `0.30.4-debian-11-r5`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/trivy/0/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue