From 181e5abc11e4a930d914166ab1b311525eb66e1d Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sun, 31 Mar 2024 19:17:46 +0200 Subject: [PATCH] [bitnami/harbor-registry] Release 2.10.1-debian-12-r1 (#64331) Signed-off-by: Bitnami Containers --- .../harbor-registry/2/debian-12/Dockerfile | 4 ++-- bitnami/harbor-registry/README.md | 19 ++++++------------- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/bitnami/harbor-registry/2/debian-12/Dockerfile b/bitnami/harbor-registry/2/debian-12/Dockerfile index d8bd28883a8c..8e3e9483fc99 100644 --- a/bitnami/harbor-registry/2/debian-12/Dockerfile +++ b/bitnami/harbor-registry/2/debian-12/Dockerfile @@ -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:44:08Z" \ + org.opencontainers.image.created="2024-03-31T16:36:16Z" \ 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-registry" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="2.10.1" diff --git a/bitnami/harbor-registry/README.md b/bitnami/harbor-registry/README.md index d8b36a34a6a7..a38734ece39c 100644 --- a/bitnami/harbor-registry/README.md +++ b/bitnami/harbor-registry/README.md @@ -55,19 +55,12 @@ For further information about the specific component itself, please refer to the #### Read-only environment variables -| Name | Description | Value | -|----------------------------------|----------------------------------------------------------------------------|---------------------------------------------------| -| `HARBOR_REGISTRY_BASE_DIR` | harbor-registry installation directory. | `${BITNAMI_ROOT_DIR}/harbor-registry` | -| `HARBOR_REGISTRY_VOLUME_DIR` | harbor-registry volume directory. | `${BITNAMI_VOLUME_DIR}/harbor-registry` | -| `HARBOR_REGISTRY_STORAGE_DIR` | harbor-registry storage directory. | `${HARBOR_REGISTRY_VOLUME_DIR}/storage` | -| `HARBOR_REGISTRY_STORAGE_DIR` | harbor-registry storage directory. | `/storage` | -| `HARBOR_REGISTRY_LOGS_DIR` | harbor-registry logs directory. | `${HARBOR_REGISTRY_BASE_DIR}/logs` | -| `HARBOR_REGISTRY_TMP_DIR` | harbor-registry directory for temporary files. | `${HARBOR_REGISTRY_BASE_DIR}/tmp` | -| `HARBOR_REGISTRY_DAEMON_USER` | harbor-registry system user. | `harbor` | -| `HARBOR_REGISTRY_DAEMON_GROUP` | harbor-registry system group. | `harbor` | -| `HARBOR_REGISTRY_PID_FILE` | PID file for harbor-registry service. | `${HARBOR_REGISTRY_TMP_DIR}/harbor-registry.pid` | -| `HARBOR_REGISTRY_LOG_FILE` | Log file for harbor-registry service. | `${HARBOR_REGISTRY_LOGS_DIR}/harbor-registry.log` | -| `HARBOR_REGISTRY_EXTRA_ENV_FILE` | File to store extra environment variables for the harbor-registry service. | `${HARBOR_REGISTRY_BASE_DIR}/.env` | +| Name | Description | Value | +|--------------------------------|-----------------------------------------|---------------------------------------| +| `HARBOR_REGISTRY_BASE_DIR` | harbor-registry installation directory. | `${BITNAMI_ROOT_DIR}/harbor-registry` | +| `HARBOR_REGISTRY_STORAGE_DIR` | harbor-registry storage directory. | `/storage` | +| `HARBOR_REGISTRY_DAEMON_USER` | harbor-registry system user. | `harbor` | +| `HARBOR_REGISTRY_DAEMON_GROUP` | harbor-registry system group. | `harbor` | ## Notable Changes