mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 06:49:12 +08:00
[bitnami/wordpress] Release 6.1.1-debian-11-r69 (#28141)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||||
org.opencontainers.image.created="2023-03-22T04:43:56Z" \
|
org.opencontainers.image.created="2023-03-22T23:04:04Z" \
|
||||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||||
org.opencontainers.image.licenses="Apache-2.0" \
|
org.opencontainers.image.licenses="Apache-2.0" \
|
||||||
org.opencontainers.image.ref.name="6.1.1-debian-11-r68" \
|
org.opencontainers.image.ref.name="6.1.1-debian-11-r69" \
|
||||||
org.opencontainers.image.title="wordpress" \
|
org.opencontainers.image.title="wordpress" \
|
||||||
org.opencontainers.image.vendor="VMware, Inc." \
|
org.opencontainers.image.vendor="VMware, Inc." \
|
||||||
org.opencontainers.image.version="6.1.1"
|
org.opencontainers.image.version="6.1.1"
|
||||||
@@ -26,7 +26,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||||||
"apache-2.4.56-1-linux-${OS_ARCH}-debian-11" \
|
"apache-2.4.56-1-linux-${OS_ARCH}-debian-11" \
|
||||||
"mysql-client-10.6.12-2-linux-${OS_ARCH}-debian-11" \
|
"mysql-client-10.6.12-2-linux-${OS_ARCH}-debian-11" \
|
||||||
"libphp-8.1.17-1-linux-${OS_ARCH}-debian-11" \
|
"libphp-8.1.17-1-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" \
|
"render-template-1.0.5-2-linux-${OS_ARCH}-debian-11" \
|
||||||
"gosu-1.16.0-3-linux-${OS_ARCH}-debian-11" \
|
"gosu-1.16.0-3-linux-${OS_ARCH}-debian-11" \
|
||||||
) && \
|
) && \
|
||||||
|
|||||||
@@ -43,9 +43,9 @@
|
|||||||
},
|
},
|
||||||
"wordpress": {
|
"wordpress": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "8e09085d84747c6835c0c6ebd8f75f359ab387712e08d518d65a1aa5af7805df",
|
"digest": "70045a0a75570fda9c2aa7a1477176c8e247840b2a611b78871a6462d0db7ea8",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "6.1.1-41"
|
"version": "6.1.1-42"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -395,7 +395,7 @@ PartOf=bitnami.service
|
|||||||
Type=${type}
|
Type=${type}
|
||||||
EOF
|
EOF
|
||||||
if [[ -n "$working_directory" ]]; then
|
if [[ -n "$working_directory" ]]; then
|
||||||
cat >> "$service_file" <<< "WorkingDirectory=$working_directory"
|
cat >> "$service_file" <<< "WorkingDirectory=${working_directory}"
|
||||||
fi
|
fi
|
||||||
if [[ -n "$exec_start_pre" ]]; then
|
if [[ -n "$exec_start_pre" ]]; then
|
||||||
# This variable may contain multiple ExecStartPre= directives
|
# This variable may contain multiple ExecStartPre= directives
|
||||||
|
|||||||
@@ -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_BIN_DIR="${WP_CLI_BASE_DIR}/bin"
|
||||||
export WP_CLI_CONF_DIR="${WP_CLI_BASE_DIR}/conf"
|
export WP_CLI_CONF_DIR="${WP_CLI_BASE_DIR}/conf"
|
||||||
export WP_CLI_CONF_FILE="${WP_CLI_CONF_DIR}/wp-cli.yml"
|
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
|
# WordPress persistence configuration
|
||||||
export WORDPRESS_VOLUME_DIR="${BITNAMI_VOLUME_DIR}/wordpress"
|
export WORDPRESS_VOLUME_DIR="${BITNAMI_VOLUME_DIR}/wordpress"
|
||||||
|
|||||||
Reference in New Issue
Block a user