18.0.2-debian-11-r5 release

This commit is contained in:
Bitnami Bot
2022-07-08 09:21:44 +00:00
committed by Bitnami Containers
parent 46fe272187
commit f22f4c7f4c
4 changed files with 8 additions and 8 deletions

View File

@@ -12,8 +12,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages acl ca-certificates curl gzip libaio1 libc6 procps rsync tar zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.3-150" --checksum 1013e2ebbe58e5dc8f3c79fc952f020fc5306ba48463803cacfbed7779173924
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.15-150" --checksum fe6b65886a6b1f545508e272efbf422054ee030c867f94ebec2f93c5518252de
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "keycloak" "18.0.2-0" --checksum d3cabfdfc4f7b58d8932679cce8563feb386229efb25be6481dce35088ccd8a9
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "keycloak" "18.0.2-1" --checksum 938754a2eff67d594815e8d9579030918d043b5e4a886114d1cf37cf7d1ac5d2
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami

View File

@@ -1,10 +1,10 @@
{
"gosu": {
"arch": "amd64",
"digest": "da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b",
"digest": "089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900",
"distro": "debian-11",
"type": "NAMI",
"version": "1.14.0-150"
"version": "1.14.0-151"
},
"java": {
"arch": "amd64",
@@ -15,10 +15,10 @@
},
"keycloak": {
"arch": "amd64",
"digest": "d3cabfdfc4f7b58d8932679cce8563feb386229efb25be6481dce35088ccd8a9",
"digest": "938754a2eff67d594815e8d9579030918d043b5e4a886114d1cf37cf7d1ac5d2",
"distro": "debian-11",
"type": "NAMI",
"version": "18.0.2-0"
"version": "18.0.2-1"
},
"wait-for-port": {
"arch": "amd64",

View File

@@ -40,7 +40,7 @@ print_welcome_page() {
# None
#########################
print_image_welcome_page() {
local github_url="https://github.com/bitnami/bitnami-docker-${BITNAMI_APP_NAME}"
local github_url="https://github.com/bitnami/containers"
log ""
log "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}"

View File

@@ -44,7 +44,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/).
* [`18`, `18-debian-11`, `18.0.2`, `18.0.2-debian-11-r4`, `latest` (18/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-keycloak/blob/18.0.2-debian-11-r4/18/debian-11/Dockerfile)
* [`18`, `18-debian-11`, `18.0.2`, `18.0.2-debian-11-r5`, `latest` (18/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-keycloak/blob/18.0.2-debian-11-r5/18/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/keycloak GitHub repo](https://github.com/bitnami/bitnami-docker-keycloak).