16.1.1-debian-10-r6 release

This commit is contained in:
Bitnami Bot
2022-01-31 10:40:57 +00:00
parent 1bed51e7eb
commit a652911c52
3 changed files with 4 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/java/postunpack.sh
RUN /opt/bitnami/scripts/keycloak/postunpack.sh
ENV BITNAMI_APP_NAME="keycloak" \
BITNAMI_IMAGE_VERSION="16.1.1-debian-10-r5" \
BITNAMI_IMAGE_VERSION="16.1.1-debian-10-r6" \
JAVA_HOME="/opt/bitnami/java" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/java/bin:/opt/bitnami/keycloak/bin:$PATH"

View File

@@ -22,8 +22,6 @@ $ docker-compose up
```
**Warning**: This quick setup is only intended for development environments. You are encouraged to change the insecure default credentials and check out the available configuration options in the [Configuration](#configuration) section for a more secure deployment.
## Why use Bitnami Images?
* Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems.
@@ -48,8 +46,7 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`16`, `16-debian-10`, `16.1.1`, `16.1.1-debian-10-r5` (16/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-keycloak/blob/16.1.1-debian-10-r5/16/debian-10/Dockerfile)
* [`15`, `15-debian-10`, `15.1.1`, `15.1.1-debian-10-r43`, `latest` (15/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-keycloak/blob/15.1.1-debian-10-r43/15/debian-10/Dockerfile)
* [`16`, `16-debian-10`, `16.1.1`, `16.1.1-debian-10-r6`, `latest` (16/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-keycloak/blob/16.1.1-debian-10-r6/16/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/keycloak GitHub repo](https://github.com/bitnami/bitnami-docker-keycloak).
@@ -70,7 +67,7 @@ $ docker pull bitnami/keycloak:[TAG]
If you wish, you can also build the image yourself.
```console
$ docker build -t bitnami/keycloak:latest 'https://github.com/bitnami/bitnami-docker-keycloak.git#master:15/debian-10'
$ docker build -t bitnami/keycloak:latest 'https://github.com/bitnami/bitnami-docker-keycloak.git#master:16/debian-10'
```
## Configuration
@@ -277,10 +274,6 @@ keycloak:
After that, your changes will be taken into account in the server's behaviour.
## Branch Deprecation Notice
Keycloak's branch 15 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: 01-30-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/bitnami-docker-keycloak/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-keycloak/pulls) with your contribution.

View File

@@ -11,7 +11,7 @@ services:
- 'postgresql_data:/bitnami/postgresql'
keycloak:
image: docker.io/bitnami/keycloak:15
image: docker.io/bitnami/keycloak:16
depends_on:
- postgresql
ports: