mirror of
https://github.com/bitnami/containers.git
synced 2026-08-08 12:08:25 +08:00
[bitnami/concourse] Release 8.2.4-debian-12-r9 (#95563)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="https://downloads.bitnami.com/files/stacksmith"
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2026-07-12T12:29:25Z" \
|
||||
org.opencontainers.image.created="2026-07-14T03:51:09Z" \
|
||||
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.2.4-7-linux-${OS_ARCH}-debian-12" \
|
||||
"concourse-8.2.4-8-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.2.4" \
|
||||
BITNAMI_APP_NAME="concourse" \
|
||||
IMAGE_REVISION="8" \
|
||||
IMAGE_REVISION="9" \
|
||||
PATH="/opt/bitnami/concourse/bin:$PATH"
|
||||
|
||||
CMD [ "/opt/bitnami/concourse/bin/concourse", "--help" ]
|
||||
|
||||
-1
@@ -1 +0,0 @@
|
||||
a5acc4c1655b4c67a127b84c9908e1ddd68ea1afbbe6df068b79b2aedd4c5bb1 concourse-8.2.4-7-linux-amd64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
f4b6c4069406c14f8ac344b77ddcaca659ec9d72cdcecc117099992941dacb38 concourse-8.2.4-8-linux-amd64-debian-12.tar.gz
|
||||
Reference in New Issue
Block a user