[bitnami/wordpress-nginx] Release 6.1.1-debian-11-r64 (#28140)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-03-23 01:01:55 +01:00
committed by GitHub
parent df33f85de0
commit f3c39d4d39
4 changed files with 7 additions and 7 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-03-22T04:42:51Z" \
org.opencontainers.image.created="2023-03-22T23:08:49Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="6.1.1-debian-11-r63" \
org.opencontainers.image.ref.name="6.1.1-debian-11-r64" \
org.opencontainers.image.title="wordpress-nginx" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="6.1.1"
@@ -25,7 +25,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
"php-8.1.17-3-linux-${OS_ARCH}-debian-11" \
"nginx-1.23.3-4-linux-${OS_ARCH}-debian-11" \
"mysql-client-10.6.12-2-linux-${OS_ARCH}-debian-11" \
"wordpress-6.1.1-41-linux-${OS_ARCH}-debian-11" \
"wordpress-6.1.1-42-linux-${OS_ARCH}-debian-11" \
"render-template-1.0.5-2-linux-${OS_ARCH}-debian-11" \
"gosu-1.16.0-3-linux-${OS_ARCH}-debian-11" \
) && \

View File

@@ -36,9 +36,9 @@
},
"wordpress": {
"arch": "amd64",
"digest": "8e09085d84747c6835c0c6ebd8f75f359ab387712e08d518d65a1aa5af7805df",
"digest": "70045a0a75570fda9c2aa7a1477176c8e247840b2a611b78871a6462d0db7ea8",
"distro": "debian-11",
"type": "NAMI",
"version": "6.1.1-41"
"version": "6.1.1-42"
}
}

View File

@@ -395,7 +395,7 @@ PartOf=bitnami.service
Type=${type}
EOF
if [[ -n "$working_directory" ]]; then
cat >> "$service_file" <<< "WorkingDirectory=$working_directory"
cat >> "$service_file" <<< "WorkingDirectory=${working_directory}"
fi
if [[ -n "$exec_start_pre" ]]; then
# This variable may contain multiple ExecStartPre= directives

View File

@@ -111,7 +111,7 @@ export WP_CLI_BASE_DIR="${BITNAMI_ROOT_DIR}/wp-cli"
export WP_CLI_BIN_DIR="${WP_CLI_BASE_DIR}/bin"
export WP_CLI_CONF_DIR="${WP_CLI_BASE_DIR}/conf"
export WP_CLI_CONF_FILE="${WP_CLI_CONF_DIR}/wp-cli.yml"
export PATH="${BITNAMI_ROOT_DIR}/common/bin:${PATH}"
export PATH="${BITNAMI_ROOT_DIR}/common/bin:${BITNAMI_ROOT_DIR}/mysql/bin:${PATH}"
# WordPress persistence configuration
export WORDPRESS_VOLUME_DIR="${BITNAMI_VOLUME_DIR}/wordpress"