[bitnami/harbor-registryctl] Release 2.14.2-debian-12-r6 (#91377)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2026-03-06 17:41:05 +01:00 committed by GitHub
parent 1074751317
commit 4c4423e499
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 9 deletions

View File

@ -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" ]

View File

@ -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