5.3.2-ol-7-r46 release

This commit is contained in:
Bitnami Bot 2020-02-04 11:23:11 +00:00
parent 16b3f87a77
commit ead508dbb6
3 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ RUN /build/install-tini.sh
COPY rootfs /
ENV ALLOW_EMPTY_PASSWORD="no" \
BITNAMI_APP_NAME="wordpress-nginx" \
BITNAMI_IMAGE_VERSION="5.3.2-ol-7-r45" \
BITNAMI_IMAGE_VERSION="5.3.2-ol-7-r46" \
MARIADB_HOST="mariadb" \
MARIADB_PORT_NUMBER="3306" \
MARIADB_ROOT_PASSWORD="" \

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

@ -45,7 +45,7 @@ $ kubectl apply -f test.yaml
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
* [`5-ol-7`, `5.3.2-ol-7-r45` (5/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress-nginx/blob/5.3.2-ol-7-r45/5/ol-7/Dockerfile)
* [`5-ol-7`, `5.3.2-ol-7-r46` (5/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress-nginx/blob/5.3.2-ol-7-r46/5/ol-7/Dockerfile)
* [`5-debian-10`, `5.3.2-debian-10-r9`, `5`, `5.3.2`, `latest` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress-nginx/blob/5.3.2-debian-10-r9/5/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/wordpress-nginx GitHub repo](https://github.com/bitnami/bitnami-docker-wordpress-nginx).