mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 09:17:08 +08:00
[bitnami/wordpress-nginx] Release 6.4.3-debian-12-r10 (#64588)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -7,10 +7,10 @@ ARG TARGETARCH
|
||||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2024-03-31T20:17:56Z" \
|
||||
org.opencontainers.image.created="2024-04-01T22:14:21Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="6.4.3-debian-12-r9" \
|
||||
org.opencontainers.image.ref.name="6.4.3-debian-12-r10" \
|
||||
org.opencontainers.image.title="wordpress-nginx" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="6.4.3"
|
||||
@@ -29,8 +29,8 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
|
||||
"render-template-1.0.6-10-linux-${OS_ARCH}-debian-12" \
|
||||
"php-8.2.17-1-linux-${OS_ARCH}-debian-12" \
|
||||
"nginx-1.25.4-0-linux-${OS_ARCH}-debian-12" \
|
||||
"mysql-client-11.2.3-1-linux-${OS_ARCH}-debian-12" \
|
||||
"wordpress-nginx-6.4.3-9-linux-${OS_ARCH}-debian-12" \
|
||||
"mysql-client-11.2.3-2-linux-${OS_ARCH}-debian-12" \
|
||||
"wordpress-nginx-6.4.3-11-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "11.2.3-1"
|
||||
"version": "11.2.3-2"
|
||||
},
|
||||
"nginx": {
|
||||
"arch": "amd64",
|
||||
@@ -27,6 +27,6 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "6.4.3-9"
|
||||
"version": "6.4.3-11"
|
||||
}
|
||||
}
|
||||
@@ -86,3 +86,7 @@ path: "${BITNAMI_ROOT_DIR}/wordpress"
|
||||
EOF
|
||||
render-template "${BITNAMI_ROOT_DIR}/scripts/wordpress/bitnami-templates/wp.tpl" >"${WP_CLI_BIN_DIR}/wp"
|
||||
configure_permissions_ownership "${WP_CLI_BIN_DIR}/wp" -f "755"
|
||||
|
||||
# Copy all initially generated configuration files to the default directory
|
||||
# (this is to avoid breaking when entrypoint is being overridden)
|
||||
cp -r "/opt/bitnami/$(web_server_type)/conf"/* "/opt/bitnami/$(web_server_type)/conf.default"
|
||||
|
||||
Reference in New Issue
Block a user