18.0.0-debian-10-r8 release
This commit is contained in:
parent
a105bc0ed3
commit
b091a8db3b
|
|
@ -140,7 +140,9 @@ keycloak_configure_database() {
|
|||
keycloak_configure_cache() {
|
||||
info "Configuring cache count"
|
||||
keycloak_conf_set "cache" "$KEYCLOAK_CACHE_TYPE"
|
||||
! is_empty_value "$KEYCLOAK_CACHE_STACK" && debug_execute kc.sh build --cache-stack="${KEYCLOAK_CACHE_STACK}"
|
||||
if ! is_empty_value "$KEYCLOAK_CACHE_STACK"; then
|
||||
debug_execute kc.sh build --cache-stack="${KEYCLOAK_CACHE_STACK}"
|
||||
fi
|
||||
}
|
||||
|
||||
########################
|
||||
|
|
|
|||
|
|
@ -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-10`, `18.0.0`, `18.0.0-debian-10-r7`, `latest` (18/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-keycloak/blob/18.0.0-debian-10-r7/18/debian-10/Dockerfile)
|
||||
* [`18`, `18-debian-10`, `18.0.0`, `18.0.0-debian-10-r8`, `latest` (18/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-keycloak/blob/18.0.0-debian-10-r8/18/debian-10/Dockerfile)
|
||||
* [`17`, `17-debian-10`, `17.0.1`, `17.0.1-debian-10-r13` (17/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-keycloak/blob/17.0.1-debian-10-r13/17/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