[bitnami/harbor-registry] Release 2.8.0-debian-11-r0 (#30665)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-04-17 09:23:40 +02:00
committed by GitHub
parent 3b97b89c7d
commit 7b887d8652
3 changed files with 7 additions and 7 deletions

View File

@@ -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-04-16T20:07:23Z" \
org.opencontainers.image.created="2023-04-17T07:06:53Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="2.7.1-debian-11-r18" \
org.opencontainers.image.ref.name="2.8.0-debian-11-r0" \
org.opencontainers.image.title="harbor-registry" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2.7.1"
org.opencontainers.image.version="2.8.0"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"harbor-registry-2.7.1-3-linux-${OS_ARCH}-debian-11" \
"harbor-registry-2.8.0-0-linux-${OS_ARCH}-debian-11" \
"gosu-1.16.0-5-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
@@ -41,7 +41,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/harbor-registry/postunpack.sh
ENV APP_VERSION="2.7.1" \
ENV APP_VERSION="2.8.0" \
BITNAMI_APP_NAME="harbor-registry" \
PATH="/opt/bitnami/harbor-registry/bin:/opt/bitnami/common/bin:$PATH"