[bitnami/dex] Release 2.35.1-debian-11-r0 (#8898)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2022-10-04 13:15:54 +02:00 committed by GitHub
parent a8fe71e75b
commit 2f1bae0a3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 13 deletions

View File

@ -4,11 +4,11 @@ ARG TARGETARCH
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="2.35.0-debian-11-r0" \
org.opencontainers.image.ref.name="2.35.1-debian-11-r0" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/dex" \
org.opencontainers.image.title="dex" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="2.35.0"
org.opencontainers.image.version="2.35.1"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -20,18 +20,18 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages ca-certificates curl procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
if [ ! -f dex-2.35.0-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/dex-2.35.0-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/dex-2.35.0-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
if [ ! -f dex-2.35.1-0-linux-${OS_ARCH}-debian-11.tar.gz ]; then \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/dex-2.35.1-0-linux-${OS_ARCH}-debian-11.tar.gz -O ; \
curl -SsLf https://downloads.bitnami.com/files/stacksmith/dex-2.35.1-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \
fi && \
sha256sum -c dex-2.35.0-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
tar -zxf dex-2.35.0-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf dex-2.35.0-0-linux-${OS_ARCH}-debian-11.tar.gz dex-2.35.0-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256
sha256sum -c dex-2.35.1-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \
tar -zxf dex-2.35.1-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf dex-2.35.1-0-linux-${OS_ARCH}-debian-11.tar.gz dex-2.35.1-0-linux-${OS_ARCH}-debian-11.tar.gz.sha256
RUN apt-get update && apt-get upgrade -y && \
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
RUN useradd -r -u 1001 -g root dex
ENV APP_VERSION="2.35.0" \
ENV APP_VERSION="2.35.1" \
BITNAMI_APP_NAME="dex" \
DEX_FRONTEND_DIR="/opt/bitnami/dex/web" \
PATH="/opt/bitnami/dex/bin:$PATH"

View File

@ -1,9 +1,9 @@
{
"dex": {
"arch": "amd64",
"digest": "e91c35781a39aea73d8b803c5405dc270ef2664add8947f396e0fe95820b744e",
"digest": "4c05460e9df4ef77b836fdcff3312bd94039c5fb5410128da528b2928ef4b4e0",
"distro": "debian-11",
"type": "NAMI",
"version": "2.35.0-0"
"version": "2.35.1-0"
}
}

View File

@ -1,5 +1,5 @@
rolling-tags:
- "2"
- "2-debian-11"
- "2.35.0"
- "2.35.1"
- "latest"

View File

@ -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.35.0`, `2.35.0-debian-11-r0`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/dex/2/debian-11/ Dockerfile)
* [`2`, `2-debian-11`, `2.35.1`, `2.35.1-debian-11-r0`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/dex/2/debian-11/ Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).