2.30.1-debian-10-r0 release
This commit is contained in:
parent
37d7cba86d
commit
2d63221b2a
|
|
@ -9,14 +9,14 @@ 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.0-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "50ba31366f9ee1e1c9e3dba9d4f1242b37687f87f7251faf8d1ca365f5d7fdeb /tmp/bitnami/pkg/cache/dex-2.30.0-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/dex-2.30.0-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/dex-2.30.0-1-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/dex-2.30.1-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "e85a6873e37908d9fcf5ff0467b9fa2a9b3667b1a4cae89d3cac95627cfdc201 /tmp/bitnami/pkg/cache/dex-2.30.1-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/dex-2.30.1-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/dex-2.30.1-0-linux-amd64-debian-10.tar.gz
|
||||
RUN useradd -r -u 1001 -g root dex
|
||||
|
||||
ENV BITNAMI_APP_NAME="dex" \
|
||||
BITNAMI_IMAGE_VERSION="2.30.0-debian-10-r102" \
|
||||
BITNAMI_IMAGE_VERSION="2.30.1-debian-10-r0" \
|
||||
DEX_FRONTEND_DIR="/opt/bitnami/dex/web" \
|
||||
PATH="/opt/bitnami/dex/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"dex": {
|
||||
"arch": "amd64",
|
||||
"digest": "50ba31366f9ee1e1c9e3dba9d4f1242b37687f87f7251faf8d1ca365f5d7fdeb",
|
||||
"digest": "e85a6873e37908d9fcf5ff0467b9fa2a9b3667b1a4cae89d3cac95627cfdc201",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.30.0-1"
|
||||
"version": "2.30.1-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -36,7 +36,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.0`, `2.30.0-debian-10-r102`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-acmesolver/blob/2.30.0-debian-10-r102/2/debian-10/ Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.30.1`, `2.30.1-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-acmesolver/blob/2.30.1-debian-10-r0/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