mirror of
https://github.com/bitnami/containers.git
synced 2026-03-10 15:09:17 +08:00
7.8.1-debian-11-r7 release
This commit is contained in:
committed by
Bitnami Containers
parent
024b39df09
commit
25c4604080
@@ -7,10 +7,10 @@ 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-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "28f9d5506ca98b3acd35e82fd905c900105343aaba7acb5638a682f904801124 /tmp/bitnami/pkg/cache/concourse-7.8.1-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/concourse-7.8.1-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/concourse-7.8.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.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 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": "28f9d5506ca98b3acd35e82fd905c900105343aaba7acb5638a682f904801124",
|
||||
"digest": "7ca338c686bb56f76e6ca83b75b29470388b51bf2ced9822b1f7bd59bcd2c2a6",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "7.8.1-0"
|
||||
"version": "7.8.1-1"
|
||||
}
|
||||
}
|
||||
@@ -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-r6`, `latest` (7/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-concourse/blob/7.8.1-debian-11-r6/7/debian-11/Dockerfile)
|
||||
* [`7`, `7-debian-11`, `7.8.1`, `7.8.1-debian-11-r7`, `latest` (7/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-concourse/blob/7.8.1-debian-11-r7/7/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/concourse GitHub repo](https://github.com/bitnami/bitnami-docker-concourse).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user