From 4c4423e49958d69b2a51efcb6121ca86ae909b2e Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 6 Mar 2026 17:41:05 +0100 Subject: [PATCH] [bitnami/harbor-registryctl] Release 2.14.2-debian-12-r6 (#91377) Signed-off-by: Bitnami Bot --- bitnami/harbor-registryctl/2/debian-12/Dockerfile | 10 +++++----- bitnami/harbor-registryctl/README.md | 11 +++++++---- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/bitnami/harbor-registryctl/2/debian-12/Dockerfile b/bitnami/harbor-registryctl/2/debian-12/Dockerfile index a88c77310b88..83b34dc3e868 100644 --- a/bitnami/harbor-registryctl/2/debian-12/Dockerfile +++ b/bitnami/harbor-registryctl/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-02-19T01:57:01Z" \ + org.opencontainers.image.created="2026-03-06T16:22:39Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/harbor-registryctl/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/harbor-registryctl" \ @@ -28,9 +28,9 @@ 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=( \ - "yq-4.52.4-0-linux-${OS_ARCH}-debian-12" \ - "harbor-registry-2.14.2-3-linux-${OS_ARCH}-debian-12" \ - "harbor-registryctl-2.14.2-3-linux-${OS_ARCH}-debian-12" \ + "yq-4.52.4-1-linux-${OS_ARCH}-debian-12" \ + "harbor-registry-2.14.2-4-linux-${OS_ARCH}-debian-12" \ + "harbor-registryctl-2.14.2-4-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -51,7 +51,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/harbor-registryctl/postunpack.sh ENV APP_VERSION="2.14.2" \ BITNAMI_APP_NAME="harbor-registryctl" \ - IMAGE_REVISION="5" \ + IMAGE_REVISION="6" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/harbor-registry/bin:/opt/bitnami/harbor-registryctl/bin:$PATH" VOLUME [ "/etc/registry", "/etc/registryctl", "/storage", "/var/lib/registry" ] diff --git a/bitnami/harbor-registryctl/README.md b/bitnami/harbor-registryctl/README.md index e3bac781b09b..2cb2a55e90d4 100644 --- a/bitnami/harbor-registryctl/README.md +++ b/bitnami/harbor-registryctl/README.md @@ -1,7 +1,5 @@ # Bitnami Secure Image for Harbor Registryctl -## What is Harbor Registryctl? - > Harbor Registryctl is one of the main components of Harbor. Combined with the Harbor Registry, it is responsible for storing Docker images and processing pull/push operations. [Overview of Harbor Registryctl](https://goharbor.io/) @@ -32,7 +30,7 @@ Each image comes with valuable security metadata. You can view the metadata in [ If you are looking for our previous generation of images based on Debian Linux, please see the [Bitnami Legacy registry](https://hub.docker.com/u/bitnamilegacy). -## How to deploy Harbor in Kubernetes? +## How to deploy Harbor in Kubernetes Deploying Bitnami applications as Helm Charts is the easiest way to get started with our applications on Kubernetes. Read more about the installation in the [Bitnami Harbor Chart GitHub repository](https://github.com/bitnami/charts/tree/master/bitnami/harbor). @@ -52,6 +50,9 @@ For further information about the specific component itself, please refer to the ### Environment variables +The following table lists the main environment variables. + + #### Customizable environment variables #### Read-only environment variables @@ -69,7 +70,9 @@ The Bitnami Harbor Registryctl Docker image from the [Bitnami Secure Images](htt - `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`. -## Notable Changes +## Notable changes + +The following subsections describe notable changes. ### Starting January 16, 2024