mirror of
https://github.com/bitnami/containers.git
synced 2026-02-11 05:37:27 +08:00
[bitnami/trivy] Release 0.36.1-debian-11-r0 (#19181)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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.36.0-debian-11-r1" \
|
||||
org.opencontainers.image.ref.name="0.36.1-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.36.0"
|
||||
org.opencontainers.image.version="0.36.1"
|
||||
|
||||
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.36.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"trivy-0.36.1-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.36.0" \
|
||||
ENV APP_VERSION="0.36.1" \
|
||||
BITNAMI_APP_NAME="trivy" \
|
||||
PATH="/opt/bitnami/trivy/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"trivy": {
|
||||
"arch": "amd64",
|
||||
"digest": "30c26f7a57ff3c6733fc8a5325e90588e66d849c41e9d3705c088337086ce953",
|
||||
"digest": "bd5a1d4f3a8a2609fa952d74b1a21160d9ee22463f9da50181073aa323083416",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.36.0-0"
|
||||
"version": "0.36.1-0"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "0"
|
||||
- "0-debian-11"
|
||||
- "0.36.0"
|
||||
- "0.36.1"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user