16.1.1-debian-10-r11 release
This commit is contained in:
parent
780b4227f0
commit
d6a726ae3d
|
|
@ -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-r9" \
|
||||
BITNAMI_IMAGE_VERSION="16.1.1-debian-10-r11" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/java/bin:/opt/bitnami/keycloak/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -60,6 +60,6 @@ component_unpack() {
|
|||
echo "Verifying package integrity"
|
||||
echo "$package_sha256 ${base_name}.tar.gz" | sha256sum --check - || exit "$?"
|
||||
fi
|
||||
tar --directory "${directory}" --extract --gunzip --file "${base_name}.tar.gz" --no-same-owner --strip-components=2 "${base_name}/files/"
|
||||
tar --directory "${directory}" --extract --gunzip --file "${base_name}.tar.gz" --no-same-owner --strip-components=2
|
||||
rm "${base_name}.tar.gz"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -46,7 +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-r9`, `latest` (16/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-keycloak/blob/16.1.1-debian-10-r9/16/debian-10/Dockerfile)
|
||||
* [`16`, `16-debian-10`, `16.1.1`, `16.1.1-debian-10-r11`, `latest` (16/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-keycloak/blob/16.1.1-debian-10-r11/16/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/keycloak GitHub repo](https://github.com/bitnami/bitnami-docker-keycloak).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue