diff --git a/bitnami/concourse/8/debian-12/Dockerfile b/bitnami/concourse/8/debian-12/Dockerfile index a6c4e5befce5..d69523eb0c86 100644 --- a/bitnami/concourse/8/debian-12/Dockerfile +++ b/bitnami/concourse/8/debian-12/Dockerfile @@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2026-04-07T23:22:11Z" \ + org.opencontainers.image.created="2026-04-14T15:23:49Z" \ 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" \ @@ -27,7 +27,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-8.1.1-4-linux-${OS_ARCH}-debian-12" \ + "concourse-8.1.1-5-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -47,7 +47,7 @@ RUN update-alternatives --set iptables /usr/sbin/iptables-legacy && \ ENV APP_VERSION="8.1.1" \ BITNAMI_APP_NAME="concourse" \ - IMAGE_REVISION="4" \ + IMAGE_REVISION="5" \ PATH="/opt/bitnami/concourse/bin:$PATH" CMD [ "/opt/bitnami/concourse/bin/concourse", "--help" ] diff --git a/bitnami/concourse/README.md b/bitnami/concourse/README.md index 12066865963d..2f7d59503fba 100644 --- a/bitnami/concourse/README.md +++ b/bitnami/concourse/README.md @@ -11,7 +11,13 @@ Trademarks: This software listing is packaged by Bitnami. The respective tradema docker run --name concourse bitnami/concourse:latest ``` -**Warning**: This quick setup is only intended for development environments. You are encouraged to change the insecure default credentials and check out the available configuration options for the [PostgreSQL container](https://github.com/bitnami/containers/tree/main/bitnami/postgresql#readme) for a more secure deployment. +## Using `docker-compose.yml` + +The docker-compose.yaml file of this container can be found in the [Bitnami Containers repository](https://github.com/bitnami/containers/). + +https://github.com/bitnami/containers/tree/main/bitnami/concourse/docker-compose.yml + +Please be aware this file has not undergone internal testing. Consequently, we advise its use exclusively for development or testing purposes. For production-ready deployments, we highly recommend utilizing its associated [Bitnami Helm chart](https://github.com/bitnami/charts/tree/main/bitnami/concourse). ## Why use Bitnami Secure Images? @@ -42,10 +48,6 @@ Learn more about the Bitnami tagging policy and the difference between rolling t The Bitnami Concourse Docker image is only available to [Bitnami Secure Images](https://bitnami.com) customers. -## Using `docker-compose.yaml` - -Please be aware this file has not undergone internal testing. Consequently, we advise its use exclusively for development or testing purposes. For production-ready deployments, we highly recommend utilizing its associated [Bitnami Helm chart](https://github.com/bitnami/charts/tree/main/bitnami/concourse). - ## Persisting your application If you remove the container all your data will be lost, and the next time you run the image the database will be reinitialized. To avoid this loss of data, you should mount a volume that will persist even after the container is removed. @@ -78,13 +80,7 @@ The Bitnami Concourse Docker image from the [Bitnami Secure Images](https://go-v ## Logging -The Bitnami concourse Docker image sends the container logs to `stdout`. To view the logs: - -```console -docker logs concourse -``` - -You can configure the containers [logging driver](https://docs.docker.com/engine/admin/logging/overview/) using the `--log-driver` option if you wish to consume the container logs differently. In the default configuration docker uses the `json-file` driver. +The Bitnami Concourse Docker image sends the container logs to the `stdout`. You can configure the containers [logging driver](https://docs.docker.com/engine/admin/logging/overview/) using the `--log-driver` option if you wish to consume the container logs differently. In the default configuration docker uses the `json-file` driver. ## License