[bitnami/harbor-adapter-trivy] Release 2.6.0-debian-11-r0 (#3226)

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-08-15 15:41:14 +02:00
committed by GitHub
parent 9bf065cc61
commit 407a3282ae
3 changed files with 7 additions and 7 deletions

View File

@@ -6,17 +6,17 @@ ENV HOME="/" \
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="2.5.3-debian-11-r12" \
org.opencontainers.image.ref.name="2.6.0-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/harbor-adapter-trivy" \
org.opencontainers.image.title="harbor-adapter-trivy" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2.5.3"
org.opencontainers.image.version="2.6.0"
COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libc6 procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-adapter-trivy" "2.5.3-1" --checksum 2a76839012b6a67523e52ea6e4840dde85dee98584d9e49fc1532926d54d0d1b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-adapter-trivy" "2.6.0-0" --checksum c96c64e3620e8c0404552552829b3d8f80af3048c764d5438b33d2a9d9584759
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@@ -24,7 +24,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/harbor-adapter-trivy/postunpack.sh
ENV APP_VERSION="2.5.3" \
ENV APP_VERSION="2.6.0" \
BITNAMI_APP_NAME="harbor-adapter-trivy" \
PATH="/opt/bitnami/harbor-adapter-trivy/bin:/opt/bitnami/common/bin:$PATH"

View File

@@ -8,9 +8,9 @@
},
"harbor-adapter-trivy": {
"arch": "amd64",
"digest": "2a76839012b6a67523e52ea6e4840dde85dee98584d9e49fc1532926d54d0d1b",
"digest": "c96c64e3620e8c0404552552829b3d8f80af3048c764d5438b33d2a9d9584759",
"distro": "debian-11",
"type": "NAMI",
"version": "2.5.3-1"
"version": "2.6.0-0"
}
}

View File

@@ -38,7 +38,7 @@ Non-root container images add an extra layer of security and are generally recom
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/).
* [`2`, `2-debian-11`, `2.5.3`, `2.5.3-debian-11-r12`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/harbor-adapter-trivy/2/debian-11/Dockerfile)
* [`2`, `2-debian-11`, `2.6.0`, `2.6.0-debian-11-r0`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/harbor-adapter-trivy/2/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).