[bitnami/dex] Release 2.36.0-debian-11-r0 (#27807)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
3197e967b7
commit
49343d66f4
|
|
@ -3,13 +3,13 @@ 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-18T21:16:10Z" \
|
||||
org.opencontainers.image.created="2023-03-20T15:47:52Z" \
|
||||
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-r53" \
|
||||
org.opencontainers.image.ref.name="2.36.0-debian-11-r0" \
|
||||
org.opencontainers.image.title="dex" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="2.35.3"
|
||||
org.opencontainers.image.version="2.36.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -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-3-linux-${OS_ARCH}-debian-11" \
|
||||
"dex-2.36.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -37,7 +37,7 @@ 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.3" \
|
||||
ENV APP_VERSION="2.36.0" \
|
||||
BITNAMI_APP_NAME="dex" \
|
||||
DEX_FRONTEND_DIR="/opt/bitnami/dex/web" \
|
||||
PATH="/opt/bitnami/dex/bin:$PATH"
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"dex": {
|
||||
"arch": "amd64",
|
||||
"digest": "de4c271dd76da0897e3aef38f5d6a2a3cc7aea48f049515ef467301fbc350938",
|
||||
"digest": "728994c0d6e12fbab5cf31a43c9f82a9475cc9e23bc8c3672911d7fbf3124ecd",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.35.3-3"
|
||||
"version": "2.36.0-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "2"
|
||||
- 2-debian-11
|
||||
- 2.35.3
|
||||
- 2.36.0
|
||||
- latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue