[bitnami/trivy] Release 0.32.1-debian-11-r8 (#10770)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
60e0ef2072
commit
b9421021eb
|
|
@ -4,7 +4,7 @@ ARG TARGETARCH
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="0.32.1-debian-11-r7" \
|
||||
org.opencontainers.image.ref.name="0.32.1-debian-11-r8" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/trivy" \
|
||||
org.opencontainers.image.title="trivy" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
@ -21,7 +21,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
RUN install_packages ca-certificates curl procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"trivy-0.32.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
"trivy-0.32.1-2-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"trivy": {
|
||||
"arch": "amd64",
|
||||
"digest": "9cccf2de4e4a8b8ed2e91564984f04c5d42cf19e46ca45893d05623cc78631c7",
|
||||
"digest": "643f5f61fc1b158ff96034a8ee585956f03cb763e26cdc5c73c707b21c026238",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.32.1-1"
|
||||
"version": "0.32.1-2"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue