7.8.2-debian-11-r0 release
This commit is contained in:
parent
7c79d810e1
commit
3cc623bebc
|
|
@ -7,15 +7,15 @@ 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 wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/concourse-7.8.1-1-linux-amd64-debian-11.tar.gz && \
|
||||
echo "7ca338c686bb56f76e6ca83b75b29470388b51bf2ced9822b1f7bd59bcd2c2a6 /tmp/bitnami/pkg/cache/concourse-7.8.1-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/concourse-7.8.1-1-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/concourse-7.8.1-1-linux-amd64-debian-11.tar.gz
|
||||
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 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 APP_VERSION="7.8.1" \
|
||||
ENV APP_VERSION="7.8.2" \
|
||||
BITNAMI_APP_NAME="concourse" \
|
||||
PATH="/opt/bitnami/concourse/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"concourse": {
|
||||
"arch": "amd64",
|
||||
"digest": "7ca338c686bb56f76e6ca83b75b29470388b51bf2ced9822b1f7bd59bcd2c2a6",
|
||||
"digest": "75e4d46be4617f1db1f2a69496689881fed8081f3a46d558b171d403c31d7ee7",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "7.8.1-1"
|
||||
"version": "7.8.2-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -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.1`, `7.8.1-debian-11-r8`, `latest` (7/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-concourse/blob/7.8.1-debian-11-r8/7/debian-11/Dockerfile)
|
||||
* [`7`, `7-debian-11`, `7.8.2`, `7.8.2-debian-11-r0`, `latest` (7/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-concourse/blob/7.8.2-debian-11-r0/7/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/concourse GitHub repo](https://github.com/bitnami/bitnami-docker-concourse).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue