mirror of
https://github.com/bitnami/containers.git
synced 2026-03-13 14:58:03 +08:00
5.4.1-debian-10-r18 release
This commit is contained in:
@@ -15,7 +15,7 @@ RUN bitnami-pkg unpack apache-2.4.43-1 --checksum 35ad223096be455ce5d11b6006db6d
|
||||
RUN bitnami-pkg install wp-cli-2.4.0-0 --checksum 8095bdd2f96a137cb3f54836ad9deb90510b0927472e532f41e1708345432230
|
||||
RUN bitnami-pkg unpack mysql-client-10.3.23-0 --checksum 7af3cead7a38670bed924fbc99e20c67f6244bb5a92642adb4ab6cd307aa9a5e
|
||||
RUN bitnami-pkg install libphp-7.4.6-0 --checksum cc09bdec2d7c1836ee45523fa9deb3287618a55588e7573d102a58ac9bfef9ff
|
||||
RUN bitnami-pkg unpack wordpress-5.4.1-3 --checksum 3473350fb977486279f07e2528eb4a46519d801ac7c5447f1938ce63ffb8fcf8
|
||||
RUN bitnami-pkg unpack wordpress-5.4.1-4 --checksum 26345f8a1f28ed66259b2dfd2b115be4bd44fbfbae26dbbb94fbd9131c72215e
|
||||
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.1-debian-10-r17" \
|
||||
BITNAMI_IMAGE_VERSION="5.4.1-debian-10-r18" \
|
||||
MARIADB_HOST="mariadb" \
|
||||
MARIADB_PORT_NUMBER="3306" \
|
||||
MARIADB_ROOT_PASSWORD="" \
|
||||
@@ -65,6 +65,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
|
||||
WORDPRESS_HTTP_PORT="8080" \
|
||||
WORDPRESS_LAST_NAME="LastName" \
|
||||
WORDPRESS_PASSWORD="bitnami" \
|
||||
WORDPRESS_RESET_DATA_PERMISSIONS="no" \
|
||||
WORDPRESS_SCHEME="http" \
|
||||
WORDPRESS_SKIP_INSTALL="no" \
|
||||
WORDPRESS_TABLE_PREFIX="wp_" \
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
"lastName": "{{$global.env.WORDPRESS_LAST_NAME}}",
|
||||
"password": "{{$global.env.WORDPRESS_PASSWORD}}",
|
||||
"phpMemoryLimit": "{{$global.env.PHP_MEMORY_LIMIT}}",
|
||||
"resetDataPermissions": "{{$global.env.WORDPRESS_RESET_DATA_PERMISSIONS}}",
|
||||
"scheme": "{{$global.env.WORDPRESS_SCHEME}}",
|
||||
"skipInstall": "{{$global.env.WORDPRESS_SKIP_INSTALL}}",
|
||||
"smtpHost": "{{$global.env.SMTP_HOST}}",
|
||||
|
||||
@@ -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.1-debian-10-r17`, `5`, `5.4.1`, `latest` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/5.4.1-debian-10-r17/5/debian-10/Dockerfile)
|
||||
* [`5-debian-10`, `5.4.1-debian-10-r18`, `5`, `5.4.1`, `latest` (5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/5.4.1-debian-10-r18/5/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/wordpress GitHub repo](https://github.com/bitnami/bitnami-docker-wordpress).
|
||||
|
||||
@@ -222,6 +222,7 @@ The WordPress instance can be customized by specifying environment variables on
|
||||
* `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**.
|
||||
* `WORDPRESS_RESET_DATA_PERMISSIONS`: Force reseting ownership/permissions on persisted data when restarting WordPress, otherwise it assumes the ownership/permissions are correct. Ignored when running WP as non-root. Default: **no**
|
||||
|
||||
##### Use an existing database
|
||||
|
||||
|
||||
Reference in New Issue
Block a user