[bitnami/concourse] Release 7.9.0-debian-11-r4 (#16852)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Signed-off-by: Fran Mulero <fmulero@vmware.com>
Co-authored-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
Bitnami Bot
2022-12-14 12:23:04 +01:00
committed by GitHub
parent a198f236c5
commit 08288e6b86
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="7.9.0-debian-11-r3" \
org.opencontainers.image.ref.name="7.9.0-debian-11-r4" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/concourse" \
org.opencontainers.image.title="concourse" \
org.opencontainers.image.vendor="VMware, Inc." \
@@ -20,7 +20,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl iproute2 iptables procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"concourse-7.9.0-0-linux-${OS_ARCH}-debian-11" \
"concourse-7.9.0-1-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \

View File

@@ -1,9 +1,9 @@
{
"concourse": {
"arch": "amd64",
"digest": "4a5de469638417c2fe89e746d5dcc98e076d57029a4421a81385cd8a7dce2b10",
"digest": "55964d13e06c0b30837464c96a1d306b50cc56adb9fa5b7d9b5a638091f3fc0b",
"distro": "debian-11",
"type": "NAMI",
"version": "7.9.0-0"
"version": "7.9.0-1"
}
}