[bitnami/wordpress] Release 6.2.2-debian-11-r8 (#36356)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2023-06-04 00:59:59 +02:00 committed by GitHub
parent 3654c0b8a2
commit 5197dbb611
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:11:55Z" \
org.opencontainers.image.created="2023-06-03T21:37:56Z" \
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-r7" \
org.opencontainers.image.ref.name="6.2.2-debian-11-r8" \
org.opencontainers.image.title="wordpress" \
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

@ -638,7 +638,7 @@ If you encountered a problem running this container, you can file an [issue](htt
## 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.