[bitnami/trivy] Release 0.35.0-debian-11-r0 (#15182)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-11-27 20:12:58 +01:00
committed by GitHub
parent d16a5dc0ef
commit ec22345693
3 changed files with 7 additions and 7 deletions

View File

@@ -4,11 +4,11 @@ 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.34.0-debian-11-r8" \
org.opencontainers.image.ref.name="0.35.0-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/trivy" \
org.opencontainers.image.title="trivy" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="0.34.0"
org.opencontainers.image.version="0.35.0"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -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.34.0-0-linux-${OS_ARCH}-debian-11" \
"trivy-0.35.0-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -38,7 +38,7 @@ RUN apt-get autoremove --purge -y curl && \
RUN chmod g+rwX /opt/bitnami
RUN mkdir /.cache && chmod g+rwX /.cache
ENV APP_VERSION="0.34.0" \
ENV APP_VERSION="0.35.0" \
BITNAMI_APP_NAME="trivy" \
PATH="/opt/bitnami/trivy/bin:$PATH"

View File

@@ -1,9 +1,9 @@
{
"trivy": {
"arch": "amd64",
"digest": "19590e39b4d4dfc422fe86b694a4992ba5ae61c5c75347e839b722ae8d0fc316",
"digest": "e4ce0ba02c27a7eab1f37036a0850ba78bcf4e071f8392e67c30801c83d946a6",
"distro": "debian-11",
"type": "NAMI",
"version": "0.34.0-0"
"version": "0.35.0-0"
}
}

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "0"
- "0-debian-11"
- "0.34.0"
- "0.35.0"
- "latest"