diff --git a/bitnami/wordpress/6/debian-12/Dockerfile b/bitnami/wordpress/6/debian-12/Dockerfile index 4e33902d7bed..5d27be4502c5 100644 --- a/bitnami/wordpress/6/debian-12/Dockerfile +++ b/bitnami/wordpress/6/debian-12/Dockerfile @@ -7,10 +7,10 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2024-03-19T07:52:33Z" \ + org.opencontainers.image.created="2024-03-20T17:49:29Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="6.4.3-debian-12-r23" \ + org.opencontainers.image.ref.name="6.4.3-debian-12-r24" \ org.opencontainers.image.title="wordpress" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="6.4.3" @@ -31,7 +31,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \ "apache-2.4.58-8-linux-${OS_ARCH}-debian-12" \ "mysql-client-11.2.3-1-linux-${OS_ARCH}-debian-12" \ "libphp-8.2.17-0-linux-${OS_ARCH}-debian-12" \ - "wordpress-6.4.3-12-linux-${OS_ARCH}-debian-12" \ + "wordpress-6.4.3-13-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ diff --git a/bitnami/wordpress/6/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/wordpress/6/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json index edb073dd4f1a..8c9d71bf8bf2 100644 --- a/bitnami/wordpress/6/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/wordpress/6/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json @@ -33,6 +33,6 @@ "arch": "amd64", "distro": "debian-12", "type": "NAMI", - "version": "6.4.3-12" + "version": "6.4.3-13" } } \ No newline at end of file diff --git a/bitnami/wordpress/README.md b/bitnami/wordpress/README.md index 890fe53cf3ab..58b918b8a1d4 100644 --- a/bitnami/wordpress/README.md +++ b/bitnami/wordpress/README.md @@ -211,8 +211,19 @@ docker run -d --name wordpress \ | `WORDPRESS_RESET_DATA_PERMISSIONS` | Force resetting ownership/permissions on persisted data when initializing, otherwise it assumes the ownership/permissions are correct. Ignored when running as non-root. | `no` | | `WORDPRESS_TABLE_PREFIX` | Table prefix to use in WordPress. | `wp_` | | `WORDPRESS_PLUGINS` | List of WordPress plugins to install and activate, separated via commas. Can also be set to `all` to activate all currently installed plugins, or `none` to skip. | `none` | +| `WORDPRESS_EXTRA_INSTALL_ARGS` | Extra flags to append to the WordPress 'wp core install' command call. | `nil` | +| `WORDPRESS_EXTRA_CLI_ARGS` | Extra flags to append to all WP-CLI command calls. | `nil` | +| `WORDPRESS_EXTRA_WP_CONFIG_CONTENT` | Extra configuration to append to wp-config.php during install. | `nil` | | `WORDPRESS_SKIP_BOOTSTRAP` | Whether to perform initial bootstrapping for the application. | `no` | | `WORDPRESS_AUTO_UPDATE_LEVEL` | Level of auto-updates to allow for the WordPress core installation. Valid values: `major`, `minor`, `none`. | `none` | +| `WORDPRESS_AUTH_KEY` | Value of the AUTH_KEY | `nil` | +| `WORDPRESS_SECURE_AUTH_KEY` | Value of the SECURE_AUTH_KEY | `nil` | +| `WORDPRESS_LOGGED_IN_KEY` | Value of the LOGGED_IN_KEY | `nil` | +| `WORDPRESS_NONCE_KEY` | Value of the NONCE_KEY | `nil` | +| `WORDPRESS_AUTH_SALT` | Value of the AUTH_SALT | `nil` | +| `WORDPRESS_SECURE_AUTH_SALT` | Value of the SECURE_AUTH_SALT | `nil` | +| `WORDPRESS_LOGGED_IN_SALT` | Value of the LOGGED_IN_SALT | `nil` | +| `WORDPRESS_NONCE_SALT` | Value of the NONCE_SALT | `nil` | | `WORDPRESS_ENABLE_REVERSE_PROXY` | Enable WordPress support for reverse proxy headers | `no` | | `WORDPRESS_ENABLE_XML_RPC` | Enable the WordPress XML-RPC endpoint | `no` | | `WORDPRESS_USERNAME` | WordPress user name. | `user` | @@ -224,14 +235,24 @@ docker run -d --name wordpress \ | `WORDPRESS_MULTISITE_NETWORK_TYPE` | WordPress Multisite network type to enable. Valid values: `subfolder`, `subdirectory`, `subdomain`. | `subdomain` | | `WORDPRESS_MULTISITE_EXTERNAL_HTTP_PORT_NUMBER` | External HTTP port for WordPress Multisite. | `80` | | `WORDPRESS_MULTISITE_EXTERNAL_HTTPS_PORT_NUMBER` | External HTTPS port for WordPress Multisite. | `443` | +| `WORDPRESS_MULTISITE_HOST` | WordPress hostname/address. Only used for Multisite installations. | `nil` | | `WORDPRESS_MULTISITE_ENABLE_NIP_IO_REDIRECTION` | Whether to enable IP address redirection to nip.io wildcard DNS when enabling WordPress Multisite. This is only supported when running on an IP address with subdomain network type. | `no` | | `WORDPRESS_MULTISITE_FILEUPLOAD_MAXK` | Maximum upload file size allowed for WordPress Multisite uploads, in kilobytes. | `81920` | +| `WORDPRESS_SMTP_HOST` | WordPress SMTP server host. | `nil` | +| `WORDPRESS_SMTP_PORT_NUMBER` | WordPress SMTP server port number. | `nil` | +| `WORDPRESS_SMTP_USER` | WordPress SMTP server user. | `nil` | +| `WORDPRESS_SMTP_PASSWORD` | WordPress SMTP server user password. | `nil` | +| `WORDPRESS_SMTP_PROTOCOL` | WordPress SMTP server protocol to use. | `nil` | | `WORDPRESS_DATABASE_HOST` | Database server host. | `$WORDPRESS_DEFAULT_DATABASE_HOST` | | `WORDPRESS_DATABASE_PORT_NUMBER` | Database server port. | `3306` | | `WORDPRESS_DATABASE_NAME` | Database name. | `bitnami_wordpress` | | `WORDPRESS_DATABASE_USER` | Database user name. | `bn_wordpress` | +| `WORDPRESS_DATABASE_PASSWORD` | Database user password. | `nil` | | `WORDPRESS_ENABLE_DATABASE_SSL` | Whether to enable SSL for database connections. | `no` | | `WORDPRESS_VERIFY_DATABASE_SSL` | Whether to verify the database SSL certificate when SSL is enabled for database connections. | `yes` | +| `WORDPRESS_DATABASE_SSL_CERT_FILE` | Path to the database client certificate file. | `nil` | +| `WORDPRESS_DATABASE_SSL_KEY_FILE` | Path to the database client certificate key file. | `nil` | +| `WORDPRESS_DATABASE_SSL_CA_FILE` | Path to the database server CA bundle file. | `nil` | | `WORDPRESS_OVERRIDE_DATABASE_SETTINGS` | Override the database settings in persistence. | `no` | #### Read-only environment variables