Skip to content

Commit 692779d

Browse files
authored
[bitnami/keycloak] Release 26.5.0-debian-12-r0 (#89306)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
1 parent d247377 commit 692779d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

bitnami/keycloak/26/debian-12/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security"
88
ARG TARGETARCH
99

1010
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
11-
org.opencontainers.image.created="2025-12-09T13:18:26Z" \
11+
org.opencontainers.image.created="2026-01-06T08:44:50Z" \
1212
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1313
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/keycloak/README.md" \
1414
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/keycloak" \
1515
org.opencontainers.image.title="keycloak" \
1616
org.opencontainers.image.vendor="Broadcom, Inc." \
17-
org.opencontainers.image.version="26.4.7"
17+
org.opencontainers.image.version="26.5.0"
1818

1919
ENV HOME="/" \
2020
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -31,7 +31,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
3131
COMPONENTS=( \
3232
"wait-for-port-1.0.10-5-linux-${OS_ARCH}-debian-12" \
3333
"jre-21.0.9-15-0-linux-${OS_ARCH}-debian-12" \
34-
"keycloak-26.4.7-0-linux-${OS_ARCH}-debian-12" \
34+
"keycloak-26.5.0-0-linux-${OS_ARCH}-debian-12" \
3535
) ; \
3636
for COMPONENT in "${COMPONENTS[@]}"; do \
3737
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -50,9 +50,9 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
5050
COPY rootfs /
5151
RUN /opt/bitnami/scripts/java/postunpack.sh
5252
RUN /opt/bitnami/scripts/keycloak/postunpack.sh
53-
ENV APP_VERSION="26.4.7" \
53+
ENV APP_VERSION="26.5.0" \
5454
BITNAMI_APP_NAME="keycloak" \
55-
IMAGE_REVISION="1" \
55+
IMAGE_REVISION="0" \
5656
JAVA_HOME="/opt/bitnami/java" \
5757
PATH="/opt/bitnami/common/bin:/opt/bitnami/java/bin:/opt/bitnami/keycloak/bin:$PATH"
5858

bitnami/keycloak/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ If you encountered a problem running this container, you can file an [issue](htt
311311

312312
## License
313313

314-
Copyright &copy; 2025 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
314+
Copyright &copy; 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
315315

316316
Licensed under the Apache License, Version 2.0 (the "License");
317317
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)