diff --git a/bitnami/keycloak/19/debian-11/Dockerfile b/bitnami/keycloak/19/debian-11/Dockerfile index 9ca798ae2a80..42d7b58b2d26 100644 --- a/bitnami/keycloak/19/debian-11/Dockerfile +++ b/bitnami/keycloak/19/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="19.0.3-debian-11-r10" \ + org.opencontainers.image.ref.name="19.0.3-debian-11-r11" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/keycloak" \ org.opencontainers.image.title="keycloak" \ org.opencontainers.image.vendor="VMware, Inc." \ diff --git a/bitnami/keycloak/README.md b/bitnami/keycloak/README.md index 242298175116..ce0faf0fa593 100644 --- a/bitnami/keycloak/README.md +++ b/bitnami/keycloak/README.md @@ -241,10 +241,6 @@ 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.