2.30.2-debian-10-r62 release
This commit is contained in:
parent
88e7573dfc
commit
6c76789a58
|
|
@ -9,16 +9,16 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip libc6 procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/dex-2.30.2-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "d13958e462df2908efd3db0693ddea10efc8b4b8e1246bc6863378c141e9ce0f /tmp/bitnami/pkg/cache/dex-2.30.2-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/dex-2.30.2-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/dex-2.30.2-1-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/dex-2.30.2-2-linux-amd64-debian-10.tar.gz && \
|
||||
echo "a5d8db19f46ca5e87ba7263a243a98a3d458cd3b0e8c0bd92eba9a2d1c930f73 /tmp/bitnami/pkg/cache/dex-2.30.2-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/dex-2.30.2-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/dex-2.30.2-2-linux-amd64-debian-10.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
|
||||
|
||||
ENV BITNAMI_APP_NAME="dex" \
|
||||
BITNAMI_IMAGE_VERSION="2.30.2-debian-10-r61" \
|
||||
BITNAMI_IMAGE_VERSION="2.30.2-debian-10-r62" \
|
||||
DEX_FRONTEND_DIR="/opt/bitnami/dex/web" \
|
||||
PATH="/opt/bitnami/dex/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"dex": {
|
||||
"arch": "amd64",
|
||||
"digest": "d13958e462df2908efd3db0693ddea10efc8b4b8e1246bc6863378c141e9ce0f",
|
||||
"digest": "a5d8db19f46ca5e87ba7263a243a98a3d458cd3b0e8c0bd92eba9a2d1c930f73",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.30.2-1"
|
||||
"version": "2.30.2-2"
|
||||
}
|
||||
}
|
||||
|
|
@ -38,7 +38,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-10`, `2.30.2`, `2.30.2-debian-10-r61`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dex/blob/2.30.2-debian-10-r61/2/debian-10/ Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.30.2`, `2.30.2-debian-10-r62`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dex/blob/2.30.2-debian-10-r62/2/debian-10/ Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/dex GitHub repo](https://github.com/bitnami/bitnami-docker-dex).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue