From b320fd773b500bf030d740fc3d1439c29657fb99 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sun, 4 Jun 2023 00:00:00 +0200 Subject: [PATCH] [bitnami/wordpress-nginx] Release 6.2.2-debian-11-r7 (#36354) Signed-off-by: Bitnami Containers --- bitnami/wordpress-nginx/6/debian-11/Dockerfile | 4 ++-- .../rootfs/opt/bitnami/scripts/wordpress/postunpack.sh | 5 ++++- bitnami/wordpress-nginx/README.md | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/bitnami/wordpress-nginx/6/debian-11/Dockerfile b/bitnami/wordpress-nginx/6/debian-11/Dockerfile index e650b4a1e44d..dce829ac80dc 100644 --- a/bitnami/wordpress-nginx/6/debian-11/Dockerfile +++ b/bitnami/wordpress-nginx/6/debian-11/Dockerfile @@ -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" diff --git a/bitnami/wordpress-nginx/6/debian-11/rootfs/opt/bitnami/scripts/wordpress/postunpack.sh b/bitnami/wordpress-nginx/6/debian-11/rootfs/opt/bitnami/scripts/wordpress/postunpack.sh index cd06435396ad..fe54d03b3a92 100755 --- a/bitnami/wordpress-nginx/6/debian-11/rootfs/opt/bitnami/scripts/wordpress/postunpack.sh +++ b/bitnami/wordpress-nginx/6/debian-11/rootfs/opt/bitnami/scripts/wordpress/postunpack.sh @@ -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" diff --git a/bitnami/wordpress-nginx/README.md b/bitnami/wordpress-nginx/README.md index f30f8485a0ce..de38bfb2f813 100644 --- a/bitnami/wordpress-nginx/README.md +++ b/bitnami/wordpress-nginx/README.md @@ -614,7 +614,7 @@ New versions and releases cadence are not going to be affected. Once a new versi ## License -Copyright © 2023 Bitnami +Copyright © 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.