[bitnami/harbor-core] Release 2.10.1-debian-12-r1 (#64332)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2024-03-31 19:17:47 +02:00 committed by GitHub
parent 181e5abc11
commit becfb54734
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 14 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:44:04Z" \
org.opencontainers.image.created="2024-03-31T16:33:09Z" \
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-core" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2.10.1"

View File

@ -55,18 +55,12 @@ For further information about the specific component itself, please refer to the
#### Read-only environment variables
| Name | Description | Value |
|------------------------------|------------------------------------------------------------------------|-------------------------------------------|
| `HARBOR_CORE_BASE_DIR` | harbor-core installation directory. | `${BITNAMI_ROOT_DIR}/harbor-core` |
| `HARBOR_CORE_VOLUME_DIR` | harbor-core volume directory. | `${BITNAMI_VOLUME_DIR}/harbor-core` |
| `HARBOR_CORE_VOLUME_DIR` | harbor-core volume directory. | `/data` |
| `HARBOR_CORE_LOGS_DIR` | harbor-core logs directory. | `${HARBOR_CORE_BASE_DIR}/logs` |
| `HARBOR_CORE_TMP_DIR` | harbor-core directory for temporary files. | `${HARBOR_CORE_BASE_DIR}/tmp` |
| `HARBOR_CORE_DAEMON_USER` | harbor-core system user. | `harbor` |
| `HARBOR_CORE_DAEMON_GROUP` | harbor-core system group. | `harbor` |
| `HARBOR_CORE_PID_FILE` | PID file for harbor-core service. | `${HARBOR_CORE_TMP_DIR}/harbor-core.pid` |
| `HARBOR_CORE_LOG_FILE` | Log file for harbor-core service. | `${HARBOR_CORE_LOGS_DIR}/harbor-core.log` |
| `HARBOR_CORE_EXTRA_ENV_FILE` | File to store extra environment variables for the harbor-core service. | `${HARBOR_CORE_BASE_DIR}/.env` |
| Name | Description | Value |
|----------------------------|-------------------------------------|-----------------------------------|
| `HARBOR_CORE_BASE_DIR` | harbor-core installation directory. | `${BITNAMI_ROOT_DIR}/harbor-core` |
| `HARBOR_CORE_VOLUME_DIR` | harbor-core volume directory. | `/data` |
| `HARBOR_CORE_DAEMON_USER` | harbor-core system user. | `harbor` |
| `HARBOR_CORE_DAEMON_GROUP` | harbor-core system group. | `harbor` |
## Notable Changes