[bitnami/dex] Release 2.35.2-debian-11-r0 (#9411)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
7a8f76a46a
commit
dc5c82e5ba
|
|
@ -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.1-debian-11-r1" \
|
||||
org.opencontainers.image.ref.name="2.35.2-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.1"
|
||||
org.opencontainers.image.version="2.35.2"
|
||||
|
||||
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.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
"dex-2.35.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -36,7 +36,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.1" \
|
||||
ENV APP_VERSION="2.35.2" \
|
||||
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": "f342f60efa7a780afeb88c3f71938fd9d45d6c32ce6d38e12e79c65e9aa8f91d",
|
||||
"digest": "d06d2459b0084ef751905c68e61fcb14323611d9456dc1bd9a3dabcb11206cd6",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "2.35.1-1"
|
||||
"version": "2.35.2-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "2"
|
||||
- "2-debian-11"
|
||||
- "2.35.1"
|
||||
- "2.35.2"
|
||||
- "latest"
|
||||
|
|
|
|||
|
|
@ -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.1`, `2.35.1-debian-11-r1`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/dex/2/debian-11/ Dockerfile)
|
||||
* [`2`, `2-debian-11`, `2.35.2`, `2.35.2-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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue