[bitnami/keycloak] Release 20.0.5-debian-11-r1 (#24903)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
8b4e4ce748
commit
36bea99c6f
|
|
@ -4,10 +4,10 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security"
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-02-21T18:50:07Z" \
|
||||
org.opencontainers.image.created="2023-02-22T14:05:04Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="20.0.5-debian-11-r0" \
|
||||
org.opencontainers.image.ref.name="20.0.5-debian-11-r1" \
|
||||
org.opencontainers.image.title="keycloak" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="20.0.5"
|
||||
|
|
@ -25,7 +25,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
COMPONENTS=( \
|
||||
"wait-for-port-1.0.6-1-linux-${OS_ARCH}-debian-11" \
|
||||
"java-11.0.18-10-2-linux-${OS_ARCH}-debian-11" \
|
||||
"keycloak-20.0.5-0-linux-${OS_ARCH}-debian-11" \
|
||||
"keycloak-20.0.5-1-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
"digest": "9765132689326b641d7fafffb307ea7c584f422cff9dd874e5f8599f54c7d6b2",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "20.0.5-0"
|
||||
"version": "20.0.5-1"
|
||||
},
|
||||
"wait-for-port": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -148,7 +148,7 @@ The Bitnami Keycloak Docker image allows configuring HTTPS/TLS encription. This
|
|||
* `keystore`: File with the server keystore
|
||||
* `truststore`: File with the server truststore
|
||||
|
||||
> Note: find more information about how to create these files at the [Keycloak documentation](https://www.keycloak.org/docs/latest/server_installation/#_truststore).
|
||||
> Note: find more information about how to create these files at the [Keycloak documentation](https://www.keycloak.org/server/keycloak-truststore).
|
||||
|
||||
Apart from that, the following environment variables must be set:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue