[bitnami/concourse] Release 7.8.2-debian-11-r15 (#4591)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
80944964c7
commit
6357b5f10f
|
|
@ -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-r14" \
|
||||
org.opencontainers.image.ref.name="7.8.2-debian-11-r15" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/concourse" \
|
||||
org.opencontainers.image.title="concourse" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
@ -14,11 +14,14 @@ LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
|||
COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
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' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/concourse-7.8.2-0-linux-amd64-debian-11.tar.gz
|
||||
RUN install_packages ca-certificates curl gzip iproute2 iptables libc6 procps tar
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
if [ ! -f concourse-7.8.2-2-linux-amd64-debian-11.tar.gz ]; then \
|
||||
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' && \
|
||||
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
|
||||
RUN touch /.flyrc && chmod g+rwX /.flyrc
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"concourse": {
|
||||
"arch": "amd64",
|
||||
"digest": "75e4d46be4617f1db1f2a69496689881fed8081f3a46d558b171d403c31d7ee7",
|
||||
"digest": "f38343fbfd1fea1f83a4739f44d5ec82bae7ca2004244279676ecef2e97c85b7",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "7.8.2-0"
|
||||
"version": "7.8.2-2"
|
||||
}
|
||||
}
|
||||
|
|
@ -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-r14`, `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-r15`, `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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue