[bitnami/dex] Release 2.35.3-debian-11-r0 (#9813)

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-11 18:08:14 +02:00 committed by GitHub
parent e275dd4548
commit 178644fa3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 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.2-debian-11-r1" \
org.opencontainers.image.ref.name="2.35.3-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.2"
org.opencontainers.image.version="2.35.3"
ENV HOME="/" \
OS_ARCH="${TARGETARCH:-amd64}" \
@ -21,7 +21,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"dex-2.35.2-0-linux-${OS_ARCH}-debian-11" \
"dex-2.35.3-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -30,13 +30,13 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
fi && \
sha256sum -c "${COMPONENT}.tar.gz.sha256" && \
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf "${COMPONENT}.tar.gz{,sha256}" ; \
rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \
done
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.2" \
ENV APP_VERSION="2.35.3" \
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": "d06d2459b0084ef751905c68e61fcb14323611d9456dc1bd9a3dabcb11206cd6",
"digest": "d998ce81c44a708e7a6cf42b30ac2aaa947281c16bbe5fc16b9c1858b133dec7",
"distro": "debian-11",
"type": "NAMI",
"version": "2.35.2-0"
"version": "2.35.3-0"
}
}

View File

@ -1,5 +1,5 @@
rolling-tags:
- "2"
- "2-debian-11"
- "2.35.2"
- "2.35.3"
- "latest"