[bitnami/wordpress-nginx] Release 6.2.2-debian-11-r7 (#36354)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-06-04 00:00:00 +02:00 committed by GitHub
parent f66c4eb908
commit b320fd773b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 4 deletions

View File

@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-05-31T20:17:44Z" \
org.opencontainers.image.created="2023-06-03T21:10:07Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="6.2.2-debian-11-r6" \
org.opencontainers.image.ref.name="6.2.2-debian-11-r7" \
org.opencontainers.image.title="wordpress-nginx" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="6.2.2"

View File

@ -50,7 +50,10 @@ php_conf_set post_max_size "$PHP_DEFAULT_POST_MAX_SIZE"
# https://make.wordpress.org/hosting/handbook/handbook/server-environment/#php-extensions
php_conf_set extension "imagick"
# Memcached extension is required for W3 Total Cache plugin
php_conf_set extension "memcached"
# Photon does not provide a package for the libmemcached library, so it can't support the extension
if [[ "$(get_os_metadata --id)" != "photon" ]]; then
php_conf_set extension "memcached"
fi
# Enable default web server configuration for WordPress
info "Creating default web server configuration for WordPress"

View File

@ -614,7 +614,7 @@ New versions and releases cadence are not going to be affected. Once a new versi
## License
Copyright &copy; 2023 Bitnami
Copyright &copy; 2023 VMware, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.