diff --git a/bitnami/concourse/7/debian-12/Dockerfile b/bitnami/concourse/7/debian-12/Dockerfile index 61dfe3ec9020..5d5222c60b46 100644 --- a/bitnami/concourse/7/debian-12/Dockerfile +++ b/bitnami/concourse/7/debian-12/Dockerfile @@ -8,7 +8,7 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2025-07-26T02:55:26Z" \ + org.opencontainers.image.created="2025-08-01T20:23:28Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/concourse/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/concourse" \ @@ -28,7 +28,7 @@ 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=( \ - "concourse-7.13.2-8-linux-${OS_ARCH}-debian-12" \ + "concourse-7.13.2-9-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ diff --git a/bitnami/concourse/7/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/concourse/7/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json index 8038c3c6b3e3..27d2213a9908 100644 --- a/bitnami/concourse/7/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/concourse/7/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json @@ -3,6 +3,6 @@ "arch": "amd64", "distro": "debian-12", "type": "NAMI", - "version": "7.13.2-8" + "version": "7.13.2-9" } } \ No newline at end of file diff --git a/bitnami/concourse/README.md b/bitnami/concourse/README.md index d4b7f10eb32d..959728cd86bb 100644 --- a/bitnami/concourse/README.md +++ b/bitnami/concourse/README.md @@ -126,54 +126,8 @@ Find how to configure Concourse in its [official documentation](https://concours #### Customizable environment variables -| Name | Description | Default Value | -|---------------------------------------------------|-------------------------------------------------------------------------|--------------------------------------------| -| `CONCOURSE_WEB_PUBLIC_DIR` | Concourse web/public directory. | `${CONCOURSE_BASE_DIR}/web/public` | -| `CONCOURSE_SESSION_SIGNING_KEY_FILE` | Concourse private key for signing. | `${CONCOURSE_KEY_DIR}/session_signing_key` | -| `CONCOURSE_TSA_HOST_KEY_FILE` | Concourse private key for TSA. | `${CONCOURSE_KEY_DIR}/tsa_host_key` | -| `CONCOURSE_TSA_HOST_PUBLIC_KEY_FILE` | Concourse public key for TSA. | `${CONCOURSE_TSA_HOST_KEY_FILE}.pub` | -| `CONCOURSE_TSA_WORKER_KEY_FILE` | Concourse private key for worker. | `${CONCOURSE_KEY_DIR}/worker_key` | -| `CONCOURSE_TSA_WORKER_PUBLIC_KEY_FILE` | Concourse public key for worker. | `${CONCOURSE_TSA_WORKER_PRIVATE_KEY}.pub` | -| `CONCOURSE_USERNAME` | Concourse main local user. | `user` | -| `CONCOURSE_PASSWORD` | Concourse local user password. | `bitnami` | -| `CONCOURSE_RUNTIME` | Concourse runtime. | `containerd` | -| `CONCOURSE_WEB_PORT_NUMBER` | Concourse Web port. | `8080` | -| `CONCOURSE_WEB_TSA_PORT_NUMBER` | Concourse Web TSA port | `2222` | -| `CONCOURSE_WEB_TSA_DEBUG_PORT_NUMBER` | Concourse Web Debug TSA port | `2221` | -| `CONCOURSE_WORKER_GARDEN_PORT_NUMBER` | Concourse Worker Garden port | `7777` | -| `CONCOURSE_WORKER_BAGGAGECLAIM_PORT_NUMBER` | Concourse worker Baggageclaim port | `7788` | -| `CONCOURSE_WORKER_BAGGAGECLAIM_DEBUG_PORT_NUMBER` | Concourse worker Baggageclaim debug port | `7787` | -| `CONCOURSE_WORKER_HEALTH_PORT_NUMBER` | Concourse worker healthcheck port | `8888` | -| `CONCOURSE_BIND_IP` | Concourse bind IP | `0.0.0.0` | -| `CONCOURSE_TSA_BIND_IP` | Concourse TSA bind IP | `127.0.0.1` | -| `CONCOURSE_TSA_DEBUG_BIND_IP` | Concourse TSA debug bind IP | `127.0.0.1` | -| `CONCOURSE_EXTERNAL_URL` | Concourse external URL | `http://127.0.0.1` | -| `CONCOURSE_PEER_ADDRESS` | Concourse peer address | `127.0.0.1` | -| `CONCOURSE_APACHE_HTTP_PORT_NUMBER` | Concourse Web HTTP port, exposed via Apache with basic authentication. | `80` | -| `CONCOURSE_APACHE_HTTPS_PORT_NUMBER` | Concourse Web HTTPS port, exposed via Apache with basic authentication. | `443` | -| `CONCOURSE_DATABASE_HOST` | Database host address. | `127.0.0.1` | -| `CONCOURSE_DATABASE_PORT_NUMBER` | Database host port. | `5432` | -| `CONCOURSE_DATABASE_NAME` | Database name. | `bitnami_concourse` | -| `CONCOURSE_DATABASE_USERNAME` | Database username. | `bn_concourse` | -| `CONCOURSE_DATABASE_PASSWORD` | Database password. | `nil` | - #### Read-only environment variables -| Name | Description | Value | -|-----------------------------|--------------------------------------------|----------------------------------------------| -| `CONCOURSE_BASE_DIR` | Concourse installation directory. | `${BITNAMI_ROOT_DIR}/concourse` | -| `CONCOURSE_BIN_DIR` | Concourse directory for binary files. | `${CONCOURSE_BASE_DIR}/bin` | -| `CONCOURSE_LOGS_DIR` | Concourse logs directory. | `${CONCOURSE_BASE_DIR}/logs` | -| `CONCOURSE_TMP_DIR` | Concourse temporary directory. | `${CONCOURSE_BASE_DIR}/tmp` | -| `CONCOURSE_WEB_LOG_FILE` | Concourse log file for the web service. | `${CONCOURSE_LOGS_DIR}/concourse-web.log` | -| `CONCOURSE_WEB_PID_FILE` | Concourse PID file for the web service. | `${CONCOURSE_TMP_DIR}/concourse-web.pid` | -| `CONCOURSE_WORKER_LOG_FILE` | Concourse log file for the worker service. | `${CONCOURSE_LOGS_DIR}/concourse-worker.log` | -| `CONCOURSE_WORKER_PID_FILE` | Concourse PID file for the worker service. | `${CONCOURSE_TMP_DIR}/concourse-worker.pid` | -| `CONCOURSE_KEY_DIR` | Concourse keys directory. | `${CONCOURSE_BASE_DIR}/concourse-keys` | -| `CONCOURSE_VOLUME_DIR` | Concourse directory for mounted data. | `${BITNAMI_VOLUME_DIR}/concourse` | -| `CONCOURSE_DAEMON_USER` | Concourse daemon system user. | `concourse` | -| `CONCOURSE_DAEMON_GROUP` | Concourse daemon system group. | `concourse` | - ## Logging The Bitnami concourse Docker image sends the container logs to `stdout`. To view the logs: