[bitnami/harbor-registryctl] Release 2.10.1-debian-12-r1 (#64335)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2024-03-31 19:26:00 +02:00 committed by GitHub
parent a15d52859d
commit cd81324f45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 17 deletions

View File

@ -7,10 +7,10 @@ ARG TARGETARCH
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2024-03-15T09:56:22Z" \
org.opencontainers.image.created="2024-03-31T16:37:44Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="2.10.1-debian-12-r0" \
org.opencontainers.image.ref.name="2.10.1-debian-12-r1" \
org.opencontainers.image.title="harbor-registryctl" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2.10.1"
@ -26,7 +26,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
COMPONENTS=( \
"yq-4.42.1-1-linux-${OS_ARCH}-debian-12" \
"yq-4.43.1-0-linux-${OS_ARCH}-debian-12" \
"harbor-registry-2.10.1-0-linux-${OS_ARCH}-debian-12" \
"harbor-registryctl-2.10.1-0-linux-${OS_ARCH}-debian-12" \
) ; \

View File

@ -15,6 +15,6 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "4.42.1-1"
"version": "4.43.1-0"
}
}

View File

@ -55,19 +55,12 @@ For further information about the specific component itself, please refer to the
#### Read-only environment variables
| Name | Description | Value |
|-------------------------------------|-------------------------------------------------------------------------------|---------------------------------------------------------|
| `HARBOR_REGISTRYCTL_BASE_DIR` | harbor-registryctl installation directory. | `${BITNAMI_ROOT_DIR}/harbor-registryctl` |
| `HARBOR_REGISTRYCTL_VOLUME_DIR` | harbor-registry volume directory. | `${BITNAMI_VOLUME_DIR}/harbor-registry` |
| `HARBOR_REGISTRYCTL_STORAGE_DIR` | harbor-registry storage directory. | `${HARBOR_REGISTRYCTL_VOLUME_DIR}/storage` |
| `HARBOR_REGISTRYCTL_STORAGE_DIR` | harbor-registry storage directory. | `/storage` |
| `HARBOR_REGISTRYCTL_LOGS_DIR` | harbor-registryctl logs directory. | `${HARBOR_REGISTRYCTL_BASE_DIR}/logs` |
| `HARBOR_REGISTRYCTL_TMP_DIR` | harbor-registryctl directory for temporary files. | `${HARBOR_REGISTRYCTL_BASE_DIR}/tmp` |
| `HARBOR_REGISTRYCTL_DAEMON_USER` | harbor-registryctl system user. | `harbor` |
| `HARBOR_REGISTRYCTL_DAEMON_GROUP` | harbor-registryctl system group. | `harbor` |
| `HARBOR_REGISTRYCTL_PID_FILE` | PID file for harbor-registryctl service. | `${HARBOR_REGISTRYCTL_TMP_DIR}/harbor-registryctl.pid` |
| `HARBOR_REGISTRYCTL_LOG_FILE` | Log file for harbor-registryctl service. | `${HARBOR_REGISTRYCTL_LOGS_DIR}/harbor-registryctl.log` |
| `HARBOR_REGISTRYCTL_EXTRA_ENV_FILE` | File to store extra environment variables for the harbor-registryctl service. | `${HARBOR_REGISTRYCTL_BASE_DIR}/.env` |
| Name | Description | Value |
|-----------------------------------|--------------------------------------------|------------------------------------------|
| `HARBOR_REGISTRYCTL_BASE_DIR` | harbor-registryctl installation directory. | `${BITNAMI_ROOT_DIR}/harbor-registryctl` |
| `HARBOR_REGISTRYCTL_STORAGE_DIR` | harbor-registry storage directory. | `/storage` |
| `HARBOR_REGISTRYCTL_DAEMON_USER` | harbor-registryctl system user. | `harbor` |
| `HARBOR_REGISTRYCTL_DAEMON_GROUP` | harbor-registryctl system group. | `harbor` |
## Notable Changes