7.6.0-debian-10-r70 release

This commit is contained in:
Bitnami Bot
2022-01-14 21:21:21 +00:00
parent eac804c94e
commit 6f4d8dc9df
2 changed files with 4 additions and 2 deletions

View File

@@ -12,10 +12,12 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
echo "6041dee21199c5949fb3d9837dadad8b891105b910e149f1592933c4add28113 /tmp/bitnami/pkg/cache/concourse-7.6.0-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/concourse-7.6.0-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/concourse-7.6.0-1-linux-amd64-debian-10.tar.gz
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
ENV BITNAMI_APP_NAME="concourse" \
BITNAMI_IMAGE_VERSION="7.6.0-debian-10-r69" \
BITNAMI_IMAGE_VERSION="7.6.0-debian-10-r70" \
PATH="/opt/bitnami/concourse/bin:$PATH"
CMD [ "/opt/bitnami/concourse/bin/concourse", "--help" ]

View File

@@ -43,7 +43,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-10`, `7.6.0`, `7.6.0-debian-10-r69`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-concourse/blob/7.6.0-debian-10-r69/7/debian-10/Dockerfile)
* [`7`, `7-debian-10`, `7.6.0`, `7.6.0-debian-10-r70`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-concourse/blob/7.6.0-debian-10-r70/7/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/concourse GitHub repo](https://github.com/bitnami/bitnami-docker-concourse).