3.9.25-debian-10-r16 release
This commit is contained in:
parent
3c6915e151
commit
7af4091d1c
|
|
@ -29,7 +29,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
|
|||
APACHE_HTTPS_PORT_NUMBER="" \
|
||||
APACHE_HTTP_PORT_NUMBER="" \
|
||||
BITNAMI_APP_NAME="joomla" \
|
||||
BITNAMI_IMAGE_VERSION="3.9.25-debian-10-r15" \
|
||||
BITNAMI_IMAGE_VERSION="3.9.25-debian-10-r16" \
|
||||
MARIADB_HOST="mariadb" \
|
||||
MARIADB_PORT_NUMBER="3306" \
|
||||
MARIADB_ROOT_PASSWORD="" \
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ set -o pipefail
|
|||
|
||||
# Only execute init scripts once
|
||||
if [[ ! -f "/bitnami/joomla/.user_scripts_initialized" && -d "/docker-entrypoint-init.d" ]]; then
|
||||
read -r -a init_scripts <<< "$(find "/docker-entrypoint-init.d" -type f -print0 | xargs -0)"
|
||||
read -r -a init_scripts <<< "$(find "/docker-entrypoint-init.d" -type f -print0 | sort -z | xargs -0)"
|
||||
if [[ "${#init_scripts[@]}" -gt 0 ]] && [[ ! -f "/bitnami/joomla/.user_scripts_initialized" ]]; then
|
||||
mkdir -p "/bitnami/joomla"
|
||||
for init_script in "${init_scripts[@]}"; do
|
||||
|
|
|
|||
|
|
@ -41,7 +41,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/).
|
||||
|
||||
|
||||
* [`3`, `3-debian-10`, `3.9.25`, `3.9.25-debian-10-r15`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-joomla/blob/3.9.25-debian-10-r15/3/debian-10/Dockerfile)
|
||||
* [`3`, `3-debian-10`, `3.9.25`, `3.9.25-debian-10-r16`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-joomla/blob/3.9.25-debian-10-r16/3/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/joomla GitHub repo](https://github.com/bitnami/bitnami-docker-joomla).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue