[bitnami/dex] Release 2.35.3-debian-11-r53 (#27568)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
73bc4c1df7
commit
8bfdca01b1
|
|
@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-03-13T20:57:17Z" \
|
||||
org.opencontainers.image.created="2023-03-18T21:16:10Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="2.35.3-debian-11-r52" \
|
||||
org.opencontainers.image.ref.name="2.35.3-debian-11-r53" \
|
||||
org.opencontainers.image.title="dex" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.35.3"
|
||||
|
|
@ -22,7 +22,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.3-2-linux-${OS_ARCH}-debian-11" \
|
||||
"dex-2.35.3-3-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"dex": {
|
||||
"arch": "amd64",
|
||||
"digest": "89251b62729cd357a1314e005085b53548b0c4c63ae061d23a3663cc5f4fb702",
|
||||
"digest": "de4c271dd76da0897e3aef38f5d6a2a3cc7aea48f049515ef467301fbc350938",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.35.3-2"
|
||||
"version": "2.35.3-3"
|
||||
}
|
||||
}
|
||||
|
|
@ -5,7 +5,6 @@
|
|||
> Dex is an identity provider for applications. It is based on the OpenID Connect standard.
|
||||
|
||||
[Overview of Dex](https://dexidp.io/)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
## TL;DR
|
||||
|
|
|
|||
Loading…
Reference in New Issue