mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 06:49:12 +08:00
[bitnami/dex] Release 2.44.0-debian-12-r3 (#86902)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
|
|||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||||
org.opencontainers.image.created="2025-09-07T00:26:46Z" \
|
org.opencontainers.image.created="2025-10-07T00:44:51Z" \
|
||||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/dex/README.md" \
|
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/dex/README.md" \
|
||||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/dex" \
|
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/dex" \
|
||||||
@@ -47,7 +47,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
|
|||||||
ENV APP_VERSION="2.44.0" \
|
ENV APP_VERSION="2.44.0" \
|
||||||
BITNAMI_APP_NAME="dex" \
|
BITNAMI_APP_NAME="dex" \
|
||||||
DEX_FRONTEND_DIR="/opt/bitnami/dex/web" \
|
DEX_FRONTEND_DIR="/opt/bitnami/dex/web" \
|
||||||
IMAGE_REVISION="2" \
|
IMAGE_REVISION="3" \
|
||||||
PATH="/opt/bitnami/dex/bin:$PATH"
|
PATH="/opt/bitnami/dex/bin:$PATH"
|
||||||
|
|
||||||
USER 1001
|
USER 1001
|
||||||
|
|||||||
@@ -103,6 +103,12 @@ docker run --rm --name dex bitnami/dex:latest --help
|
|||||||
|
|
||||||
Check the [official Dex documentation](https://dexidp.io/docs/) for more information about how to use Dex.
|
Check the [official Dex documentation](https://dexidp.io/docs/) for more information about how to use Dex.
|
||||||
|
|
||||||
|
### FIPS configuration in Bitnami Secure Images
|
||||||
|
|
||||||
|
The Bitnami Dex Docker image from the [Bitnami Secure Images](https://www.arrow.com/globalecs/uk/products/bitnami-secure-images/) catalog includes extra features and settings to configure the container with FIPS capabilities. You can configure the next environment variables:
|
||||||
|
|
||||||
|
- `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`.
|
||||||
|
|
||||||
## Notable Changes
|
## Notable Changes
|
||||||
|
|
||||||
### Starting January 16, 2024
|
### Starting January 16, 2024
|
||||||
|
|||||||
Reference in New Issue
Block a user