mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 22:17:24 +08:00
2.32.0-debian-11-r2 release
This commit is contained in:
committed by
Bitnami Containers
parent
5ce4d79a99
commit
7068ba5b0d
@@ -9,10 +9,10 @@ ENV HOME="/" \
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/dex-2.32.0-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "a7007573d20ec047124c84e6244186488834ced6cc6b2539102713af16e1c5c8 /tmp/bitnami/pkg/cache/dex-2.32.0-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/dex-2.32.0-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/dex-2.32.0-0-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/dex-2.32.0-150-linux-amd64-debian-11.tar.gz && \
|
||||
echo "a7007573d20ec047124c84e6244186488834ced6cc6b2539102713af16e1c5c8 /tmp/bitnami/pkg/cache/dex-2.32.0-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/dex-2.32.0-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/dex-2.32.0-150-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 useradd -r -u 1001 -g root dex
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"digest": "a7007573d20ec047124c84e6244186488834ced6cc6b2539102713af16e1c5c8",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.32.0-0"
|
||||
"version": "2.32.0-150"
|
||||
}
|
||||
}
|
||||
@@ -35,7 +35,7 @@ $ docker-compose up -d
|
||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`2`, `2-debian-11`, `2.32.0`, `2.32.0-debian-11-r1`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-dex/blob/2.32.0-debian-11-r1/2/debian-11/ Dockerfile)
|
||||
* [`2`, `2-debian-11`, `2.32.0`, `2.32.0-debian-11-r2`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-dex/blob/2.32.0-debian-11-r2/2/debian-11/ Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/dex GitHub repo](https://github.com/bitnami/bitnami-docker-dex).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user