mirror of
https://github.com/bitnami/containers.git
synced 2026-04-06 01:07:45 +08:00
[bitnami/wordpress-nginx] Release 6.4.3-debian-12-r2 (#63957)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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-18T15:59:41Z" \
|
||||
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-r1" \
|
||||
org.opencontainers.image.ref.name="6.4.3-debian-12-r2" \
|
||||
org.opencontainers.image.title="wordpress-nginx" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="6.4.3"
|
||||
@@ -30,7 +30,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
|
||||
"php-8.2.17-0-linux-${OS_ARCH}-debian-12" \
|
||||
"nginx-1.25.4-0-linux-${OS_ARCH}-debian-12" \
|
||||
"mysql-client-11.2.3-1-linux-${OS_ARCH}-debian-12" \
|
||||
"wordpress-nginx-6.4.3-1-linux-${OS_ARCH}-debian-12" \
|
||||
"wordpress-nginx-6.4.3-2-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
||||
@@ -27,6 +27,6 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "6.4.3-1"
|
||||
"version": "6.4.3-2"
|
||||
}
|
||||
}
|
||||
@@ -164,6 +164,11 @@ nginx_validate() {
|
||||
nginx_initialize() {
|
||||
info "Initializing NGINX"
|
||||
|
||||
# bypassing the setup.sh logic. If the file already exists do not overwrite (in
|
||||
# case someone mounts a configuration file in /opt/bitnami/nginx/conf)
|
||||
debug "Copying files from $NGINX_DEFAULT_CONF_DIR to $NGINX_CONF_DIR"
|
||||
cp -nr "$NGINX_DEFAULT_CONF_DIR"/. "$NGINX_CONF_DIR" || true
|
||||
|
||||
# This fixes an issue where the trap would kill the entrypoint.sh, if a PID was left over from a previous run
|
||||
# Exec replaces the process without creating a new one, and when the container is restarted it may have the same PID
|
||||
rm -f "${NGINX_TMP_DIR}/nginx.pid"
|
||||
|
||||
@@ -205,8 +205,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` |
|
||||
@@ -218,14 +229,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
|
||||
|
||||
Reference in New Issue
Block a user