7.8.0-debian-11-r0 release
This commit is contained in:
parent
7c52a1aa3e
commit
86302a5d8d
|
|
@ -8,15 +8,15 @@ ENV OS_ARCH="amd64" \
|
|||
COPY prebuildfs /
|
||||
# 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.7.1-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "8157dc54656b9561c3adf9c22ad5b3d6837d0d90e8bbb79f26959d5f865d44ba /tmp/bitnami/pkg/cache/concourse-7.7.1-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/concourse-7.7.1-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/concourse-7.7.1-0-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/concourse-7.8.0-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "241d2d8fac056c2bf42d498cff160a0a96e8fd6016e4b64b7a14c094741ca4b5 /tmp/bitnami/pkg/cache/concourse-7.8.0-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/concourse-7.8.0-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/concourse-7.8.0-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.7.1" \
|
||||
ENV APP_VERSION="7.8.0" \
|
||||
BITNAMI_APP_NAME="concourse" \
|
||||
PATH="/opt/bitnami/concourse/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"concourse": {
|
||||
"arch": "amd64",
|
||||
"digest": "8157dc54656b9561c3adf9c22ad5b3d6837d0d90e8bbb79f26959d5f865d44ba",
|
||||
"digest": "241d2d8fac056c2bf42d498cff160a0a96e8fd6016e4b64b7a14c094741ca4b5",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "7.7.1-0"
|
||||
"version": "7.8.0-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.7.1`, `7.7.1-debian-11-r0`, `latest` (7/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-concourse/blob/7.7.1-debian-11-r0/7/debian-11/Dockerfile)
|
||||
* [`7`, `7-debian-11`, `7.8.0`, `7.8.0-debian-11-r0`, `latest` (7/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-concourse/blob/7.8.0-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