12.0.2-debian-10-r11 release

This commit is contained in:
Bitnami Bot
2021-02-08 17:03:11 +00:00
parent 156a12c2a5
commit de6d8279ff
2 changed files with 2 additions and 4 deletions

View File

@@ -13,14 +13,12 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.10-0" --checksum 68b909cfb5c98625e7d0db5c6eb82a34eca9b8940ada38b7eaa0c238bb510b57
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "keycloak" "12.0.2-0" --checksum 2a9435c0cda33ee424208596ff39c0c3d84cf32583e4e78ff827035c33358efc
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/keycloak/postunpack.sh
ENV BITNAMI_APP_NAME="keycloak" \
BITNAMI_IMAGE_VERSION="12.0.2-debian-10-r10" \
BITNAMI_IMAGE_VERSION="12.0.2-debian-10-r11" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/java/bin:/opt/bitnami/keycloak/bin:$PATH"
USER 1001

View File

@@ -34,7 +34,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/).
* [`12`, `12-debian-10`, `12.0.2`, `12.0.2-debian-10-r10`, `latest` (12/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-keycloak/blob/12.0.2-debian-10-r10/12/debian-10/Dockerfile)
* [`12`, `12-debian-10`, `12.0.2`, `12.0.2-debian-10-r11`, `latest` (12/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-keycloak/blob/12.0.2-debian-10-r11/12/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/keycloak GitHub repo](https://github.com/bitnami/bitnami-docker-keycloak).