[bitnami/concourse] Release 7.9.0-debian-11-r17 (#20638)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
f9cf7823ca
commit
dde17e5693
|
|
@ -5,7 +5,7 @@ ARG TARGETARCH
|
|||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="7.9.0-debian-11-r16" \
|
||||
org.opencontainers.image.ref.name="7.9.0-debian-11-r17" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/concourse" \
|
||||
org.opencontainers.image.title="concourse" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
@ -21,7 +21,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-1-linux-${OS_ARCH}-debian-11" \
|
||||
"concourse-7.9.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"concourse": {
|
||||
"arch": "amd64",
|
||||
"digest": "55964d13e06c0b30837464c96a1d306b50cc56adb9fa5b7d9b5a638091f3fc0b",
|
||||
"digest": "a966d65339e68f30f369ad130dfe3fafb2bb09c7a3ff93e43d55f665e679cf93",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "7.9.0-1"
|
||||
"version": "7.9.0-2"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue