From 9390441713f550bac31d81f9bf136e05da5ce1fa Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 13 Nov 2025 02:26:30 +0100 Subject: [PATCH] [bitnami/concourse] Release 7.14.3-debian-12-r0 (#88366) Signed-off-by: Bitnami Bot --- bitnami/concourse/7/debian-12/Dockerfile | 10 +++++----- bitnami/concourse/README.md | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/bitnami/concourse/7/debian-12/Dockerfile b/bitnami/concourse/7/debian-12/Dockerfile index b18756c0eaa4..1c7754b84d65 100644 --- a/bitnami/concourse/7/debian-12/Dockerfile +++ b/bitnami/concourse/7/debian-12/Dockerfile @@ -7,13 +7,13 @@ 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="2025-11-06T23:06:55Z" \ + org.opencontainers.image.created="2025-11-13T01:16:52Z" \ 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" \ org.opencontainers.image.title="concourse" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="7.14.2" + org.opencontainers.image.version="7.14.3" ENV OS_ARCH="${TARGETARCH:-amd64}" \ OS_FLAVOUR="debian-12" \ @@ -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-7.14.2-12-linux-${OS_ARCH}-debian-12" \ + "concourse-7.14.3-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -45,9 +45,9 @@ RUN touch /.flyrc && chmod g+rwX /.flyrc RUN update-alternatives --set iptables /usr/sbin/iptables-legacy && \ update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy -ENV APP_VERSION="7.14.2" \ +ENV APP_VERSION="7.14.3" \ BITNAMI_APP_NAME="concourse" \ - IMAGE_REVISION="12" \ + IMAGE_REVISION="0" \ 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 952c6ea04ae9..c0af59c72191 100644 --- a/bitnami/concourse/README.md +++ b/bitnami/concourse/README.md @@ -5,6 +5,7 @@ > Concourse is an automation system written in Go. It is most commonly used for CI/CD, and is built to scale to any kind of automation pipeline, from simple to complex. [Overview of Concourse](https://concourse-ci.org/) +Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. ## TL;DR