[bitnami/harbor-portal] Release 2.7.1-debian-11-r0 (#24827)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
345e0f5638
commit
9c51f17c5d
|
|
@ -3,13 +3,13 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-02-18T19:51:26Z" \
|
||||
org.opencontainers.image.created="2023-02-21T12:00:37Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="2.7.0-debian-11-r24" \
|
||||
org.opencontainers.image.ref.name="2.7.1-debian-11-r0" \
|
||||
org.opencontainers.image.title="harbor-portal" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.7.0"
|
||||
org.opencontainers.image.version="2.7.1"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -22,9 +22,9 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
RUN install_packages ca-certificates curl libcrypt1 libgeoip1 libpcre3 libssl1.1 procps zlib1g
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"nginx-1.23.3-2-linux-${OS_ARCH}-debian-11" \
|
||||
"nginx-1.23.3-3-linux-${OS_ARCH}-debian-11" \
|
||||
"render-template-1.0.5-1-linux-${OS_ARCH}-debian-11" \
|
||||
"harbor-2.7.0-3-linux-${OS_ARCH}-debian-11" \
|
||||
"harbor-2.7.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
@ -46,7 +46,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.7.0" \
|
||||
ENV APP_VERSION="2.7.1" \
|
||||
BITNAMI_APP_NAME="harbor-portal" \
|
||||
NGINX_HTTPS_PORT_NUMBER="" \
|
||||
NGINX_HTTP_PORT_NUMBER="" \
|
||||
|
|
|
|||
|
|
@ -8,17 +8,17 @@
|
|||
},
|
||||
"harbor": {
|
||||
"arch": "amd64",
|
||||
"digest": "9f7eb7175362f88bf922e1de085d61cd2d2c0eeb19154b56baea090b26b2e82f",
|
||||
"digest": "97159b7b292541b66f11afb871eaf59d8a879b5b81096ac3df68a873b0a40016",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.7.0-3"
|
||||
"version": "2.7.1-0"
|
||||
},
|
||||
"nginx": {
|
||||
"arch": "amd64",
|
||||
"digest": "f9ec9c59605b25cc206cf6404764e106ecd0159e49a922e41175b95993c83506",
|
||||
"digest": "d91f7d25430a4c7fa7d2bf1dc4525b925fa54dbcd3aca669be9909624115307e",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.23.3-2"
|
||||
"version": "1.23.3-3"
|
||||
},
|
||||
"render-template": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "2"
|
||||
- 2-debian-11
|
||||
- 2.7.0
|
||||
- 2.7.1
|
||||
- latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue