mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 21:27:26 +08:00
[bitnami/concourse] Release 7.8.2-debian-11-r16 (#4958)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -5,7 +5,7 @@ ENV OS_ARCH="amd64" \
|
||||
|
||||
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-r15" \
|
||||
org.opencontainers.image.ref.name="7.8.2-debian-11-r16" \
|
||||
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 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
curl -SsLf https://downloads.bitnami.com/files/stacksmith/concourse-7.8.2-2-linux-amd64-debian-11.tar.gz -O ; \
|
||||
fi && \
|
||||
echo "f38343fbfd1fea1f83a4739f44d5ec82bae7ca2004244279676ecef2e97c85b7 concourse-7.8.2-2-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf concourse-7.8.2-2-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --wildcards '*/files' && \
|
||||
tar -zxf concourse-7.8.2-2-linux-amd64-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
|
||||
rm -rf concourse-7.8.2-2-linux-amd64-debian-11.tar.gz
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
||||
@@ -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-r15`, `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-r16`, `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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user