[bitnami/keycloak] Release 26.3.1-debian-12-r1 (#83179)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-07-11 10:44:29 +02:00
committed by GitHub
parent 6ddafb0b5e
commit fa15dfc1ac
2 changed files with 4 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ ARG TARGETARCH
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2025-07-09T17:10:41Z" \
org.opencontainers.image.created="2025-07-11T08:27:16Z" \
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" \

View File

@@ -308,6 +308,9 @@ keycloak_initialize() {
if ! is_dir_empty "$KEYCLOAK_MOUNTED_CONF_DIR"; then
cp -Lr "$KEYCLOAK_MOUNTED_CONF_DIR"/* "$KEYCLOAK_CONF_DIR"
# Add new line to the end of the file to avoid issues when mounting
# config files with no new line at the end
echo >> "${KEYCLOAK_CONF_DIR}/${KEYCLOAK_CONF_FILE}"
fi
fi
keycloak_configure_database