From 730ddc7e21389883f40369086a3294243dc507db Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 4 Feb 2026 23:37:59 +0100 Subject: [PATCH] [bitnami/harbor-registry] Release 2.14.2-debian-12-r3 (#90366) Signed-off-by: Bitnami Bot --- bitnami/harbor-registry/2/debian-12/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/harbor-registry/2/debian-12/Dockerfile b/bitnami/harbor-registry/2/debian-12/Dockerfile index cba0a3af559f..84500b44374e 100644 --- a/bitnami/harbor-registry/2/debian-12/Dockerfile +++ b/bitnami/harbor-registry/2/debian-12/Dockerfile @@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2026-01-28T14:38:39Z" \ + org.opencontainers.image.created="2026-02-04T22:16:28Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/harbor-registry/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/harbor-registry" \ @@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ - "harbor-registry-2.14.2-1-linux-${OS_ARCH}-debian-12" \ + "harbor-registry-2.14.2-2-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -49,7 +49,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/harbor-registry/postunpack.sh ENV APP_VERSION="2.14.2" \ BITNAMI_APP_NAME="harbor-registry" \ - IMAGE_REVISION="2" \ + IMAGE_REVISION="3" \ PATH="/opt/bitnami/harbor-registry/bin:$PATH" VOLUME [ "/etc/registry", "/storage", "/var/lib/registry" ]