[bitnami/keycloak] Release 26.5.0-debian-12-r0 (#89306)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2026-01-06 10:08:17 +01:00 committed by GitHub
parent d247377112
commit 692779d5cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -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-12-09T13:18:26Z" \
org.opencontainers.image.created="2026-01-06T08:44:50Z" \
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.4.7"
org.opencontainers.image.version="26.5.0"
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-5-linux-${OS_ARCH}-debian-12" \
"jre-21.0.9-15-0-linux-${OS_ARCH}-debian-12" \
"keycloak-26.4.7-0-linux-${OS_ARCH}-debian-12" \
"keycloak-26.5.0-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.4.7" \
ENV APP_VERSION="26.5.0" \
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"

View File

@ -311,7 +311,7 @@ If you encountered a problem running this container, you can file an [issue](htt
## License
Copyright &copy; 2025 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
Copyright &copy; 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.