diff --git a/bitnami/keycloak/20/debian-11/Dockerfile b/bitnami/keycloak/20/debian-11/Dockerfile index 5f403c9a2254..d1c8e3a19907 100644 --- a/bitnami/keycloak/20/debian-11/Dockerfile +++ b/bitnami/keycloak/20/debian-11/Dockerfile @@ -5,7 +5,7 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="20.0.1-debian-11-r0" \ + org.opencontainers.image.ref.name="20.0.1-debian-11-r1" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/keycloak" \ org.opencontainers.image.title="keycloak" \ org.opencontainers.image.vendor="VMware, Inc." \ @@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN install_packages ca-certificates curl libaio1 procps zlib1g RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ COMPONENTS=( \ - "wait-for-port-1.0.3-155-linux-${OS_ARCH}-debian-11" \ + "wait-for-port-1.0.5-0-linux-${OS_ARCH}-debian-11" \ "java-11.0.17-7-1-linux-${OS_ARCH}-debian-11" \ "keycloak-20.0.1-0-linux-${OS_ARCH}-debian-11" \ "gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \ diff --git a/bitnami/keycloak/20/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/keycloak/20/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index e179b5ad1af8..580aecc8864a 100644 --- a/bitnami/keycloak/20/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/keycloak/20/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -22,9 +22,9 @@ }, "wait-for-port": { "arch": "amd64", - "digest": "8833550a6f165e2a0f1250cc327d92a3f85b151cb1f49cd0ee4bee0fdf20a21b", + "digest": "e72ab0985310f6108f77bc573939cf6b4b27867d6a61cb914d3cfedac60d306c", "distro": "debian-11", "type": "NAMI", - "version": "1.0.3-155" + "version": "1.0.5-0" } } \ No newline at end of file diff --git a/bitnami/keycloak/README.md b/bitnami/keycloak/README.md index ce0faf0fa593..242298175116 100644 --- a/bitnami/keycloak/README.md +++ b/bitnami/keycloak/README.md @@ -241,6 +241,10 @@ After that, your changes will be taken into account in the server's behaviour. Keycloak 17 is powered by Quarkus and to deploy it in production mode it is necessary to set up TLS. To do this you need to set `KEYCLOAK_PRODUCTION` to **true** and configure TLS +## Branch Deprecation Notice + +Keycloak's branch 19 is no longer maintained by upstream and is now internally tagged as to be deprecated. This branch will no longer be released in our catalog a month after this notice is published, but already released container images will still persist in the registries. Valid to be removed starting on: 12-09-2022 + ## Contributing We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.