[bitnami/harbor-portal] Release 2.7.0-debian-11-r0 (#17460)

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-12-19 06:20:01 +01:00
committed by GitHub
parent efd50e9944
commit 576cf8886a
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="2.6.2-debian-11-r10" \
org.opencontainers.image.ref.name="2.7.0-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/harbor-portal" \
org.opencontainers.image.title="harbor-portal" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2.6.2"
org.opencontainers.image.version="2.7.0"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -23,7 +23,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"nginx-1.23.3-0-linux-${OS_ARCH}-debian-11" \
"render-template-1.0.4-1-linux-${OS_ARCH}-debian-11" \
"harbor-2.6.2-0-linux-${OS_ARCH}-debian-11" \
"harbor-2.7.0-0-linux-${OS_ARCH}-debian-11" \
"gosu-1.14.0-156-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
@@ -45,7 +45,7 @@ RUN ln -sf /dev/stderr /opt/bitnami/nginx/logs/error.log
COPY rootfs /
RUN /opt/bitnami/scripts/nginx/postunpack.sh
RUN /opt/bitnami/scripts/harbor-portal/postunpack.sh
ENV APP_VERSION="2.6.2" \
ENV APP_VERSION="2.7.0" \
BITNAMI_APP_NAME="harbor-portal" \
NGINX_HTTPS_PORT_NUMBER="" \
NGINX_HTTP_PORT_NUMBER="" \

View File

@@ -8,10 +8,10 @@
},
"harbor": {
"arch": "amd64",
"digest": "a6598a59c07a0c8636ad48fb738a86fbc5b732cfafdc03956c86197508247a57",
"digest": "4498dc741666acb95b790fb1f59f5b25a39fd699238e3d5b7e7ed72e9e0fae8a",
"distro": "debian-11",
"type": "NAMI",
"version": "2.6.2-0"
"version": "2.7.0-0"
},
"nginx": {
"arch": "amd64",

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "2"
- "2-debian-11"
- "2.6.2"
- "2.7.0"
- "latest"