3.9.15-debian-10-r2 release

This commit is contained in:
Bitnami Bot 2020-02-07 13:34:10 +00:00
parent 70f1d0dee5
commit ecfa93640c
4 changed files with 14 additions and 4 deletions

View File

@ -20,8 +20,12 @@ RUN /build/install-tini.sh
COPY rootfs /
ENV ALLOW_EMPTY_PASSWORD="no" \
APACHE_HTTPS_PORT_NUMBER="" \
APACHE_HTTP_PORT_NUMBER="" \
APACHE_SET_HTTPS_PORT="no" \
APACHE_SET_HTTP_PORT="no" \
BITNAMI_APP_NAME="joomla" \
BITNAMI_IMAGE_VERSION="3.9.15-debian-10-r1" \
BITNAMI_IMAGE_VERSION="3.9.15-debian-10-r2" \
JOOMLA_DATABASE_NAME="bitnami_joomla" \
JOOMLA_DATABASE_PASSWORD="" \
JOOMLA_DATABASE_USER="bn_joomla" \

View File

@ -0,0 +1,6 @@
{
"httpPort": "{{$global.env.APACHE_HTTP_PORT_NUMBER}}",
"httpsPort": "{{$global.env.APACHE_HTTPS_PORT_NUMBER}}",
"setHttpPort": "{{$global.env.APACHE_SET_HTTP_PORT}}",
"setHttpsPort": "{{$global.env.APACHE_SET_HTTPS_PORT}}"
}

View File

@ -2,7 +2,7 @@
. /opt/bitnami/base/functions
if [[ -d /docker-entrypoint-init.d ]] && [[ ! -f /bitnami/"$BITNAMI_APP_NAME"/.user_scripts_initialized ]]; then
if [[ -d /docker-entrypoint-init.d ]] && [[ ! -f "/bitnami/$BITNAMI_APP_NAME/.user_scripts_initialized" ]]; then
for f in /docker-entrypoint-init.d/*; do
failure=0
case "$f" in
@ -42,5 +42,5 @@ if [[ -d /docker-entrypoint-init.d ]] && [[ ! -f /bitnami/"$BITNAMI_APP_NAME"/.u
fi
done
info "Custom scripts were executed"
touch /bitnami/"$BITNAMI_APP_NAME"/.user_scripts_initialized
touch "/bitnami/$BITNAMI_APP_NAME/.user_scripts_initialized"
fi

View File

@ -39,7 +39,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`3-ol-7`, `3.9.15-ol-7-r7` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-joomla/blob/3.9.15-ol-7-r7/3/ol-7/Dockerfile)
* [`3-debian-10`, `3.9.15-debian-10-r1`, `3`, `3.9.15`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-joomla/blob/3.9.15-debian-10-r1/3/debian-10/Dockerfile)
* [`3-debian-10`, `3.9.15-debian-10-r2`, `3`, `3.9.15`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-joomla/blob/3.9.15-debian-10-r2/3/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/joomla GitHub repo](https://github.com/bitnami/bitnami-docker-joomla).