2.31.0-debian-10-r4 release
This commit is contained in:
parent
2128bf62e7
commit
b433976902
|
|
@ -9,16 +9,16 @@ 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.31.0-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "8a07fdf590fd4538039b4437147f96ebb08683f3c5756cd2f7f95619a22d2b80 /tmp/bitnami/pkg/cache/dex-2.31.0-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/dex-2.31.0-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/dex-2.31.0-1-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/dex-2.31.0-2-linux-amd64-debian-10.tar.gz && \
|
||||
echo "3bed9ddd08501a061dea91a07f328edddc5467f8b6ba5fe87d88742eba40e4e1 /tmp/bitnami/pkg/cache/dex-2.31.0-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/dex-2.31.0-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/dex-2.31.0-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.31.0-debian-10-r3" \
|
||||
BITNAMI_IMAGE_VERSION="2.31.0-debian-10-r4" \
|
||||
DEX_FRONTEND_DIR="/opt/bitnami/dex/web" \
|
||||
PATH="/opt/bitnami/dex/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"dex": {
|
||||
"arch": "amd64",
|
||||
"digest": "8a07fdf590fd4538039b4437147f96ebb08683f3c5756cd2f7f95619a22d2b80",
|
||||
"digest": "3bed9ddd08501a061dea91a07f328edddc5467f8b6ba5fe87d88742eba40e4e1",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.31.0-1"
|
||||
"version": "2.31.0-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.31.0`, `2.31.0-debian-10-r3`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dex/blob/2.31.0-debian-10-r3/2/debian-10/ Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.31.0`, `2.31.0-debian-10-r4`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dex/blob/2.31.0-debian-10-r4/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