mirror of
https://github.com/bitnami/containers.git
synced 2026-04-06 01:07:45 +08:00
[bitnami/harbor-exporter] Release 2.10.1-debian-12-r1 (#64230)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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:55:06Z" \
|
||||
org.opencontainers.image.created="2024-03-31T14:36:57Z" \
|
||||
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-exporter" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.10.1"
|
||||
|
||||
@@ -47,7 +47,7 @@ Subscribe to project updates by watching the [bitnami/containers GitHub repo](ht
|
||||
|
||||
harbor-exporter is a component of the Harbor application. In order to get the Harbor application running on Kubernetes we encourage you to check the [bitnami/harbor Helm chart](https://github.com/bitnami/charts/tree/master/bitnami/harbor) and configure it using the options exposed in the values.yaml file.
|
||||
|
||||
For further information about the specific component itself, please refer to the [source repository documentation](https://github.com/goharbor/harbor/tree/main/docs)
|
||||
For further information about the specific component itself, please refer to the [source repository documentation](https://github.com/goharbor/harbor/tree/main/docs
|
||||
|
||||
### Environment variables
|
||||
|
||||
@@ -56,13 +56,16 @@ For further information about the specific component itself, please refer to the
|
||||
| Name | Description | Default Value |
|
||||
|--------------------------------|--------------------------------------------------------------------------------------------|---------------------------------------|
|
||||
| `HARBOR_EXPORTER_BASE_DIR` | harbor-exporter installation directory. | `${BITNAMI_ROOT_DIR}/harbor-exporter` |
|
||||
| `HARBOR_EXPORTER_LOGS_DIR` | harbor-exporter installation directory. | `${HARBOR_EXPORTER_BASE_DIR}/logs` |
|
||||
| `HARBOR_EXPORTER_TMP_DIR` | harbor-exporter installation directory. | `${HARBOR_EXPORTER_BASE_DIR}/tmp` |
|
||||
| `HARBOR_DATABASE_HOST` | The hostname of external database | `nil` |
|
||||
| `HARBOR_DATABASE_PORT` | The port of external database | `5432` |
|
||||
| `HARBOR_DATABASE_USERNAME` | The username of external database | `nil` |
|
||||
| `HARBOR_DATABASE_PASSWORD` | The password of external database | `nil` |
|
||||
| `HARBOR_DATABASE_DBNAME` | The database used by core service | `nil` |
|
||||
| `HARBOR_DATABASE_SSLMODE` | Database certificate verfication: require, verify-full, verify-ca, disable (default value) | `disable` |
|
||||
| `HARBOR_SERVICE_SCHEME` | Core service scheme (http or https) | `http` |
|
||||
| `HARBOR_SERVICE_HOST` | Core service hostname | `core` |
|
||||
| `HARBOR_SERVICE_PORT` | Core service port | `8080` |
|
||||
| `HARBOR_REDIS_URL` | Redis URL for job service (scheme://[redis:password@]addr/db_index) | `nil` |
|
||||
| `HARBOR_REDIS_NAMESPACE` | Redis namespace for jobservice. Default `harbor_job_service_namespace | `harbor_job_service_namespace` |
|
||||
| `HARBOR_REDIS_TIMEOUT` | Redis connection timeout. | `3600` |
|
||||
| `HARBOR_EXPORTER_PORT` | Port for exporter metrics | `9090` |
|
||||
@@ -70,13 +73,10 @@ For further information about the specific component itself, please refer to the
|
||||
|
||||
#### Read-only environment variables
|
||||
|
||||
| Name | Description | Value |
|
||||
|----------------------------------|----------------------------------------------------------------------------|---------------------------------------------------|
|
||||
| `HARBOR_EXPORTER_DAEMON_USER` | harbor-exporter system user. | `harbor` |
|
||||
| `HARBOR_EXPORTER_DAEMON_GROUP` | harbor-exporter system group. | `harbor` |
|
||||
| `HARBOR_EXPORTER_PID_FILE` | PID file for harbor-exporter service. | `${HARBOR_EXPORTER_TMP_DIR}/harbor-exporter.pid` |
|
||||
| `HARBOR_EXPORTER_LOG_FILE` | Log file for harbor-exporter service. | `${HARBOR_EXPORTER_LOGS_DIR}/harbor-exporter.log` |
|
||||
| `HARBOR_EXPORTER_EXTRA_ENV_FILE` | File to store extra environment variables for the harbor-exporter service. | `${HARBOR_EXPORTER_BASE_DIR}/.env` |
|
||||
| Name | Description | Value |
|
||||
|--------------------------------|-------------------------------|----------|
|
||||
| `HARBOR_EXPORTER_DAEMON_USER` | harbor-exporter system user. | `harbor` |
|
||||
| `HARBOR_EXPORTER_DAEMON_GROUP` | harbor-exporter system group. | `harbor` |
|
||||
|
||||
## Notable Changes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user