From c803a1657a87588c33eef9a881eb6c7801e9ea56 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 24 Nov 2025 13:53:16 +0100 Subject: [PATCH] [bitnami/harbor-core] Release 2.14.1-debian-12-r0 (#88531) Signed-off-by: Bitnami Bot --- bitnami/harbor-core/2/debian-12/Dockerfile | 10 +++++----- bitnami/harbor-core/README.md | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/bitnami/harbor-core/2/debian-12/Dockerfile b/bitnami/harbor-core/2/debian-12/Dockerfile index ff9cabd79fa7..06a199668e8c 100644 --- a/bitnami/harbor-core/2/debian-12/Dockerfile +++ b/bitnami/harbor-core/2/debian-12/Dockerfile @@ -7,13 +7,13 @@ 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="2025-11-06T03:25:28Z" \ + org.opencontainers.image.created="2025-11-24T12:45:00Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/harbor-core/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/harbor-core" \ org.opencontainers.image.title="harbor-core" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="2.14.0" + org.opencontainers.image.version="2.14.1" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -29,7 +29,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ "ini-file-1.4.9-4-linux-${OS_ARCH}-debian-12" \ - "harbor-core-2.14.0-7-linux-${OS_ARCH}-debian-12" \ + "harbor-core-2.14.1-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -48,9 +48,9 @@ RUN uninstall_packages curl COPY rootfs / RUN /opt/bitnami/scripts/harbor-core/postunpack.sh -ENV APP_VERSION="2.14.0" \ +ENV APP_VERSION="2.14.1" \ BITNAMI_APP_NAME="harbor-core" \ - IMAGE_REVISION="7" \ + IMAGE_REVISION="0" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/harbor-core/bin:$PATH" VOLUME [ "/data", "/etc/core" ] diff --git a/bitnami/harbor-core/README.md b/bitnami/harbor-core/README.md index 0c01c4b4175c..a73259f0d159 100644 --- a/bitnami/harbor-core/README.md +++ b/bitnami/harbor-core/README.md @@ -5,6 +5,7 @@ > Harbor Core is one of the main components of Harbor: a cloud native registry that stores, signs, and scans content. Harbor Core includes core functionalities such as token and webhook management. [Overview of Harbor Core](https://goharbor.io/) +Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. ## TL;DR