From 7bd2ba647f60296604c1884da04ffa56523238e8 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 8 Jun 2022 17:37:35 +0000 Subject: [PATCH] 2.32.0-debian-11-r0 release --- bitnami/dex/2/debian-11/Dockerfile | 10 +++++----- .../prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/dex/README.md | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bitnami/dex/2/debian-11/Dockerfile b/bitnami/dex/2/debian-11/Dockerfile index 70ef314cc39b..f5dff024c909 100644 --- a/bitnami/dex/2/debian-11/Dockerfile +++ b/bitnami/dex/2/debian-11/Dockerfile @@ -9,15 +9,15 @@ ENV HOME="/" \ COPY prebuildfs / # Install required system packages and dependencies RUN install_packages ca-certificates curl gzip procps tar wget -RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/dex-2.31.2-0-linux-amd64-debian-11.tar.gz && \ - echo "8cbaf247b81d6539a8afd0f251f02836abe65d8f76244848faab73a935956715 /tmp/bitnami/pkg/cache/dex-2.31.2-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \ - tar -zxf /tmp/bitnami/pkg/cache/dex-2.31.2-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ - rm -rf /tmp/bitnami/pkg/cache/dex-2.31.2-0-linux-amd64-debian-11.tar.gz +RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/dex-2.32.0-0-linux-amd64-debian-11.tar.gz && \ + echo "a7007573d20ec047124c84e6244186488834ced6cc6b2539102713af16e1c5c8 /tmp/bitnami/pkg/cache/dex-2.32.0-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \ + tar -zxf /tmp/bitnami/pkg/cache/dex-2.32.0-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ + rm -rf /tmp/bitnami/pkg/cache/dex-2.32.0-0-linux-amd64-debian-11.tar.gz RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives RUN useradd -r -u 1001 -g root dex -ENV APP_VERSION="2.31.2" \ +ENV APP_VERSION="2.32.0" \ BITNAMI_APP_NAME="dex" \ DEX_FRONTEND_DIR="/opt/bitnami/dex/web" \ PATH="/opt/bitnami/dex/bin:$PATH" diff --git a/bitnami/dex/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/dex/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 97edea7705ac..e91aa1612605 100644 --- a/bitnami/dex/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/dex/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,9 +1,9 @@ { "dex": { "arch": "amd64", - "digest": "8cbaf247b81d6539a8afd0f251f02836abe65d8f76244848faab73a935956715", + "digest": "a7007573d20ec047124c84e6244186488834ced6cc6b2539102713af16e1c5c8", "distro": "debian-11", "type": "NAMI", - "version": "2.31.2-0" + "version": "2.32.0-0" } } \ No newline at end of file diff --git a/bitnami/dex/README.md b/bitnami/dex/README.md index 716b9a8c18c8..f92f78130f38 100644 --- a/bitnami/dex/README.md +++ b/bitnami/dex/README.md @@ -28,14 +28,14 @@ $ docker-compose up -d * Bitnami containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs. * All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading Linux distribution. * All Bitnami images available in Docker Hub are signed with [Docker Content Trust (DCT)](https://docs.docker.com/engine/security/trust/content_trust/). You can use `DOCKER_CONTENT_TRUST=1` to verify the integrity of the images. -* Bitnami container images are released daily with the latest distribution packages available. +* Bitnami container images are released on a regular basis with the latest distribution packages available. ## Supported tags and respective `Dockerfile` links 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.31.2`, `2.31.2-debian-11-r1`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-dex/blob/2.31.2-debian-11-r1/2/debian-11/ Dockerfile) +* [`2`, `2-debian-11`, `2.32.0`, `2.32.0-debian-11-r0`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-dex/blob/2.32.0-debian-11-r0/2/debian-11/ Dockerfile) Subscribe to project updates by watching the [bitnami/dex GitHub repo](https://github.com/bitnami/bitnami-docker-dex).