mirror of
https://github.com/bitnami/containers.git
synced 2026-02-14 08:37:21 +08:00
[bitnami/harbor-portal] Release 2.8.2-debian-11-r0 (#36418)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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-06-04T08:18:46Z" \
|
||||
org.opencontainers.image.created="2023-06-05T05:06:58Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="2.8.1-debian-11-r13" \
|
||||
org.opencontainers.image.ref.name="2.8.2-debian-11-r0" \
|
||||
org.opencontainers.image.title="harbor-portal" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.8.1"
|
||||
org.opencontainers.image.version="2.8.2"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -24,7 +24,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"nginx-1.25.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"render-template-1.0.5-6-linux-${OS_ARCH}-debian-11" \
|
||||
"harbor-2.8.1-7-linux-${OS_ARCH}-debian-11" \
|
||||
"harbor-2.8.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -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.8.1" \
|
||||
ENV APP_VERSION="2.8.2" \
|
||||
BITNAMI_APP_NAME="harbor-portal" \
|
||||
NGINX_HTTPS_PORT_NUMBER="" \
|
||||
NGINX_HTTP_PORT_NUMBER="" \
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.8.1-7"
|
||||
"version": "2.8.2-0"
|
||||
},
|
||||
"nginx": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "2"
|
||||
- 2-debian-11
|
||||
- 2.8.1
|
||||
- 2.8.2
|
||||
- latest
|
||||
|
||||
Reference in New Issue
Block a user