diff --git a/bitnami/keycloak/26/debian-12/Dockerfile b/bitnami/keycloak/26/debian-12/Dockerfile index 7d58d36f5cdc..e36753f5ded4 100644 --- a/bitnami/keycloak/26/debian-12/Dockerfile +++ b/bitnami/keycloak/26/debian-12/Dockerfile @@ -8,13 +8,13 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2025-09-19T17:25:42Z" \ + org.opencontainers.image.created="2025-09-25T09:42:02Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/keycloak/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/keycloak" \ org.opencontainers.image.title="keycloak" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="26.3.4" + org.opencontainers.image.version="26.3.5" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -31,7 +31,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ COMPONENTS=( \ "wait-for-port-1.0.10-1-linux-${OS_ARCH}-debian-12" \ "jre-21.0.8-12-0-linux-${OS_ARCH}-debian-12" \ - "keycloak-26.3.4-1-linux-${OS_ARCH}-debian-12" \ + "keycloak-26.3.5-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -50,9 +50,9 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true COPY rootfs / RUN /opt/bitnami/scripts/java/postunpack.sh RUN /opt/bitnami/scripts/keycloak/postunpack.sh -ENV APP_VERSION="26.3.4" \ +ENV APP_VERSION="26.3.5" \ BITNAMI_APP_NAME="keycloak" \ - IMAGE_REVISION="1" \ + IMAGE_REVISION="0" \ JAVA_HOME="/opt/bitnami/java" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/java/bin:/opt/bitnami/keycloak/bin:$PATH" diff --git a/bitnami/keycloak/README.md b/bitnami/keycloak/README.md index 9490986bb565..1168cbc11780 100644 --- a/bitnami/keycloak/README.md +++ b/bitnami/keycloak/README.md @@ -262,6 +262,12 @@ keycloak: After that, your changes will be taken into account in the server's behaviour. +### FIPS configuration in Bitnami Secure Images + +The Bitnami Keycloak 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 ### 26.3.2-debian-12-r1