[bitnami/concourse] Release 7.8.2-debian-11-r10 (#2318)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-08-07 21:02:48 +02:00
committed by GitHub
parent 685538cca1
commit 81cc15f0bc
2 changed files with 4 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ ENV OS_ARCH="amd64" \
COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages ca-certificates curl gzip iproute2 libc6 procps tar wget
RUN install_packages ca-certificates curl gzip iproute2 iptables libc6 procps tar wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/concourse-7.8.2-0-linux-amd64-debian-11.tar.gz && \
echo "75e4d46be4617f1db1f2a69496689881fed8081f3a46d558b171d403c31d7ee7 /tmp/bitnami/pkg/cache/concourse-7.8.2-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/concourse-7.8.2-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
@@ -14,6 +14,8 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
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" \
BITNAMI_APP_NAME="concourse" \

View File

@@ -41,7 +41,7 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
* [`7`, `7-debian-11`, `7.8.2`, `7.8.2-debian-11-r9`, `latest` (7/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/concourse/7/debian-11/Dockerfile)
* [`7`, `7-debian-11`, `7.8.2`, `7.8.2-debian-11-r10`, `latest` (7/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/concourse/7/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).