[bitnami/concourse] Release 7.8.3-debian-11-r0 (#10058)

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

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-10-13 09:13:57 +02:00
committed by GitHub
parent 327ac4bd4d
commit e5597f40fb
3 changed files with 7 additions and 7 deletions

View File

@@ -4,11 +4,11 @@ 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.8.2-debian-11-r27" \
org.opencontainers.image.ref.name="7.8.3-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/concourse" \
org.opencontainers.image.title="concourse" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="7.8.2"
org.opencontainers.image.version="7.8.3"
ENV OS_ARCH="${TARGETARCH:-amd64}" \
OS_FLAVOUR="debian-11" \
@@ -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.8.2-3-linux-${OS_ARCH}-debian-11" \
"concourse-7.8.3-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -38,7 +38,7 @@ 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.8.2" \
ENV APP_VERSION="7.8.3" \
BITNAMI_APP_NAME="concourse" \
PATH="/opt/bitnami/concourse/bin:$PATH"

View File

@@ -1,9 +1,9 @@
{
"concourse": {
"arch": "amd64",
"digest": "20aa02f761e11c47429db0c7ef26183b3507499c519941ad4b946ee327c321a4",
"digest": "89d4a5bc62b67f9021f77dca0fbd9a06629d2517aac1d94eb4e8a7e91d94a170",
"distro": "debian-11",
"type": "NAMI",
"version": "7.8.2-3"
"version": "7.8.3-0"
}
}

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "7"
- "7-debian-11"
- "7.8.2"
- "7.8.3"
- "latest"