[bitnami/harbor-portal] Release 2.6.1-debian-11-r0 (#9798)

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-10-11 10:42:34 +02:00 committed by GitHub
parent 89dadb419b
commit b8c8b72106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.0-debian-11-r13" \
org.opencontainers.image.ref.name="2.6.1-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.0"
org.opencontainers.image.version="2.6.1"
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.1-8-linux-${OS_ARCH}-debian-11" \
"render-template-1.0.3-154-linux-${OS_ARCH}-debian-11" \
"harbor-2.6.0-1-linux-${OS_ARCH}-debian-11" \
"harbor-2.6.1-0-linux-${OS_ARCH}-debian-11" \
"gosu-1.14.0-155-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.0" \
ENV APP_VERSION="2.6.1" \
BITNAMI_APP_NAME="harbor-portal" \
NGINX_HTTPS_PORT_NUMBER="" \
NGINX_HTTP_PORT_NUMBER="" \

View File

@ -8,10 +8,10 @@
},
"harbor": {
"arch": "amd64",
"digest": "0f632c6eeabc04e50a8030028c891da00a96ed0007b5a85eddb1edc24431e66f",
"digest": "a91a260084c489fb6192df29c4e73e75c84f3f17cc8d1d9e9adf2cf581f80d0f",
"distro": "debian-11",
"type": "NAMI",
"version": "2.6.0-1"
"version": "2.6.1-0"
},
"nginx": {
"arch": "amd64",

View File

@ -1,5 +1,5 @@
rolling-tags:
- "2"
- "2-debian-11"
- "2.6.0"
- "2.6.1"
- "latest"