[bitnami/trivy] Release 0.38.3-debian-11-r1 (#27758)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
24facb4e5d
commit
08745c53c1
|
|
@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-03-14T12:13:14Z" \
|
||||
org.opencontainers.image.created="2023-03-19T01:24:21Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="0.38.3-debian-11-r0" \
|
||||
org.opencontainers.image.ref.name="0.38.3-debian-11-r1" \
|
||||
org.opencontainers.image.title="trivy" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="0.38.3"
|
||||
|
|
@ -22,7 +22,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.38.3-0-linux-${OS_ARCH}-debian-11" \
|
||||
"trivy-0.38.3-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"trivy": {
|
||||
"arch": "amd64",
|
||||
"digest": "a7b054686f2c9cdb4821719e669e0782f3174d2db903db2ab1507f95e0861120",
|
||||
"digest": "716803209d1c54b312ec347bb1d3b82fbf4c9e76aed66e911d9070ba9689d249",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.38.3-0"
|
||||
"version": "0.38.3-1"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue