[bitnami/keycloak] Release 26.4.7-debian-12-r0 (#88608)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2025-12-01 12:11:07 +01:00 committed by GitHub
parent a247d9563e
commit c9ef8ce4ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 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-11-25T18:42:01Z" \
org.opencontainers.image.created="2025-12-01T10:51:33Z" \
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.6"
org.opencontainers.image.version="26.4.7"
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-4-linux-${OS_ARCH}-debian-12" \
"jre-21.0.9-15-0-linux-${OS_ARCH}-debian-12" \
"keycloak-26.4.6-0-linux-${OS_ARCH}-debian-12" \
"keycloak-26.4.7-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -50,7 +50,7 @@ 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.6" \
ENV APP_VERSION="26.4.7" \
BITNAMI_APP_NAME="keycloak" \
IMAGE_REVISION="0" \
JAVA_HOME="/opt/bitnami/java" \