mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 10:07:20 +08:00
5.2.3-debian-9-r10 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM bitnami/minideb-extras:stretch-r477
|
||||
FROM bitnami/minideb-extras:stretch-r478
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
@@ -6,7 +6,7 @@ RUN install_packages libbz2-1.0 libc6 libcomerr2 libcurl3 libexpat1 libffi6 libf
|
||||
RUN bitnami-pkg unpack apache-2.4.41-1 --checksum 4a3bb4e02de7df61c742b4fa57a044487e8d168da630cf84b29129f45e6e9225
|
||||
RUN bitnami-pkg unpack php-7.3.9-1 --checksum c82b1601abbb8cdff5b18d5c162cc04ad64f9582396378195341e43f71eac6a1
|
||||
RUN bitnami-pkg install wp-cli-2.3.0-0 --checksum 7e781573d52a2019c78318aad46f4e5902469c10c3f0caa7956d14ccbd2ac1a5
|
||||
RUN bitnami-pkg unpack mysql-client-10.3.18-0 --checksum 195259f878cd1325192bcd4a2e6109a677171df83fa0455d54037160d946bb9f
|
||||
RUN bitnami-pkg unpack mysql-client-10.3.18-1 --checksum 0923287dea11bd5880530ca456435e3f4c1c089bee2f8eea1dbf69821478e370
|
||||
RUN bitnami-pkg install libphp-7.3.9-0 --checksum 255f11dda8a7f4b9ee1bb91ca8802e65548b7ab304c300c37432f2910312fcdd
|
||||
RUN bitnami-pkg unpack wordpress-5.2.3-2 --checksum a254f59451e40d4e73bb7630fa022e508ab98eda184107be48b5228f3c149d62
|
||||
RUN ln -sf /dev/stdout /opt/bitnami/apache/logs/access_log
|
||||
@@ -19,7 +19,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
|
||||
APACHE_SET_HTTPS_PORT="no" \
|
||||
APACHE_SET_HTTP_PORT="no" \
|
||||
BITNAMI_APP_NAME="wordpress" \
|
||||
BITNAMI_IMAGE_VERSION="5.2.3-debian-9-r9" \
|
||||
BITNAMI_IMAGE_VERSION="5.2.3-debian-9-r10" \
|
||||
MARIADB_HOST="mariadb" \
|
||||
MARIADB_PORT_NUMBER="3306" \
|
||||
MARIADB_ROOT_PASSWORD="" \
|
||||
@@ -38,6 +38,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \
|
||||
WORDPRESS_BLOG_NAME="User's Blog!" \
|
||||
WORDPRESS_DATABASE_NAME="bitnami_wordpress" \
|
||||
WORDPRESS_DATABASE_PASSWORD="" \
|
||||
WORDPRESS_DATABASE_SSL_CA_FILE="" \
|
||||
WORDPRESS_DATABASE_USER="bn_wordpress" \
|
||||
WORDPRESS_EMAIL="user@example.com" \
|
||||
WORDPRESS_FIRST_NAME="FirstName" \
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"blogName": "{{$global.env.WORDPRESS_BLOG_NAME}}",
|
||||
"databaseName": "{{$global.env.WORDPRESS_DATABASE_NAME}}",
|
||||
"databasePassword": "{{$global.env.WORDPRESS_DATABASE_PASSWORD}}",
|
||||
"databaseSSLCAFile": "{{$global.env.WORDPRESS_DATABASE_SSL_CA_FILE}}",
|
||||
"databaseServerHost": "{{$global.env.MARIADB_HOST}}",
|
||||
"databaseServerPort": "{{$global.env.MARIADB_PORT_NUMBER}}",
|
||||
"databaseUser": "{{$global.env.WORDPRESS_DATABASE_USER}}",
|
||||
|
||||
@@ -39,7 +39,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
||||
|
||||
|
||||
* [`5-ol-7`, `5.2.3-ol-7-r12` (5/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/5.2.3-ol-7-r12/5/ol-7/Dockerfile)
|
||||
* [`5-debian-9`, `5.2.3-debian-9-r9`, `5`, `5.2.3`, `5.2.3-r9`, `latest` (5/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/5.2.3-debian-9-r9/5/debian-9/Dockerfile)
|
||||
* [`5-debian-9`, `5.2.3-debian-9-r10`, `5`, `5.2.3`, `5.2.3-r10`, `latest` (5/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/5.2.3-debian-9-r10/5/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/wordpress GitHub repo](https://github.com/bitnami/bitnami-docker-wordpress).
|
||||
|
||||
@@ -322,6 +322,7 @@ The Bitnami WordPress container supports connecting the WordPress application to
|
||||
- `WORDPRESS_DATABASE_NAME`: Database name that WordPress will use to connect with the database. Default: **bitnami_wordpress**
|
||||
- `WORDPRESS_DATABASE_USER`: Database user that WordPress will use to connect with the database. Default: **bn_wordpress**
|
||||
- `WORDPRESS_DATABASE_PASSWORD`: Database password that WordPress will use to connect with the database. No defaults.
|
||||
- `WORDPRESS_DATABASE_SSL_CA_FILE`: Certificate to connect with the database using SSL. No defaults.
|
||||
|
||||
This would be an example of using an external database for WordPress.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user