5.4.0-debian-10-r24 release

This commit is contained in:
Bitnami Bot 2020-04-23 23:20:40 +00:00
parent 8b29e4cf7b
commit 89b46b69ce
3 changed files with 7 additions and 4 deletions

View File

@ -15,7 +15,7 @@ RUN bitnami-pkg unpack php-7.4.5-0 --checksum 930d4e8340e150673d56d5b10807ac34f5
RUN bitnami-pkg install wp-cli-2.4.0-0 --checksum 8095bdd2f96a137cb3f54836ad9deb90510b0927472e532f41e1708345432230
RUN bitnami-pkg unpack mysql-client-10.3.22-1 --checksum e9fa94f574c87d15f0b6aba7cff1c06f70c0e69c1c442378c9961fc148fa68ef
RUN bitnami-pkg install libphp-7.4.5-0 --checksum 170ff156b2e34e67c939c2e39ee115e16f9d355b0700b49bd7c3cac996437589
RUN bitnami-pkg unpack wordpress-5.4.0-7 --checksum 6dbd7396c7b28515d201cef9a49c4a8ce631056dd0ac2fcaf664eb4ef78c5dac
RUN bitnami-pkg unpack wordpress-5.4.0-8 --checksum 231ec215af8e88636734bdd10dd6dd6e2e94e7799be4be08b2b8a047819f6f8c
RUN bitnami-pkg install tini-0.19.0-0 --checksum 9a8ae20be31a518f042fcec359f2cf35bfdb4e2a56f2fa8ff9ef2ecaf45da80c
RUN bitnami-pkg install gosu-1.12.0-0 --checksum 582d501eeb6b338a24f417fededbf14295903d6be55c52d66c52e616c81bcd8c
RUN apt-get update && apt-get upgrade -y && \
@ -29,7 +29,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
APACHE_HTTPS_PORT_NUMBER="8443" \
APACHE_HTTP_PORT_NUMBER="8080" \
BITNAMI_APP_NAME="wordpress" \
BITNAMI_IMAGE_VERSION="5.4.0-debian-10-r23" \
BITNAMI_IMAGE_VERSION="5.4.0-debian-10-r24" \
MARIADB_HOST="mariadb" \
MARIADB_PORT_NUMBER="3306" \
MARIADB_ROOT_PASSWORD="" \
@ -57,6 +57,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
WORDPRESS_EXTRA_WP_CONFIG_CONTENT="" \
WORDPRESS_FIRST_NAME="FirstName" \
WORDPRESS_HTACCESS_OVERRIDE_NONE="yes" \
WORDPRESS_HTACCESS_PERSISTENCE_ENABLED="no" \
WORDPRESS_HTTPS_PORT="8443" \
WORDPRESS_HTTP_PORT="8080" \
WORDPRESS_LAST_NAME="LastName" \

View File

@ -9,7 +9,8 @@
"email": "{{$global.env.WORDPRESS_EMAIL}}",
"extraWPConfigContent": "{{$global.env.WORDPRESS_EXTRA_WP_CONFIG_CONTENT}}",
"firstName": "{{$global.env.WORDPRESS_FIRST_NAME}}",
"htAccessOverrideNone": "{{$global.env.WORDPRESS_HTACCESS_OVERRIDE_NONE}}",
"htaccessOverrideNone": "{{$global.env.WORDPRESS_HTACCESS_OVERRIDE_NONE}}",
"htaccessPersistenceEnabled": "{{$global.env.WORDPRESS_HTACCESS_PERSISTENCE_ENABLED}}",
"httpPort": "{{$global.env.WORDPRESS_HTTP_PORT}}",
"httpsPort": "{{$global.env.WORDPRESS_HTTPS_PORT}}",
"lastName": "{{$global.env.WORDPRESS_LAST_NAME}}",

View File

@ -39,7 +39,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/).
* [`5-debian-10`, `5.4.0-debian-10-r23`, `5`, `5.4.0`, `latest` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/5.4.0-debian-10-r23/5/debian-10/Dockerfile)
* [`5-debian-10`, `5.4.0-debian-10-r24`, `5`, `5.4.0`, `latest` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/5.4.0-debian-10-r24/5/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/wordpress GitHub repo](https://github.com/bitnami/bitnami-docker-wordpress).
@ -221,6 +221,7 @@ The WordPress instance can be customized by specifying environment variables on
* `WORDPRESS_BLOG_NAME`: WordPress blog name. Default: **User's blog**
* `WORDPRESS_SCHEME`: Scheme to generate application URLs. Default: **http**
* `WORDPRESS_HTACCESS_OVERRIDE_NONE`: Set the Apache `AllowOverride` variable to `None`. All the default directives will be loaded from `/opt/bitnami/wordpress/wordpress-htaccess.conf`. Default: **yes**.
* `WORDPRESS_HTACCESS_PERSISTENCE_ENABLED`: Persist the custom changes of the htaccess. It depends on the value of `WORDPRESS_HTACCESS_OVERRIDE_NONE`, when `yes` it will persist `/opt/bitnami/wordpress/wordpress-htaccess.conf` if `no` it will persist `/opt/bitnami/wordpress/.htaccess`. Default: **no**.
##### Use an existing database