[bitnami/wordpress] Release 6.1.1-debian-11-r52 (#24925)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-02-22 17:39:09 +01:00
committed by GitHub
parent 684920f88b
commit 0e82db1e03
3 changed files with 5 additions and 5 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-02-21T22:09:23Z" \
org.opencontainers.image.created="2023-02-22T15:08:55Z" \
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-r51" \
org.opencontainers.image.ref.name="6.1.1-debian-11-r52" \
org.opencontainers.image.title="wordpress" \
org.opencontainers.image.vendor="VMware, Inc." \
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.55-6-linux-${OS_ARCH}-debian-11" \
"mysql-client-10.6.12-1-linux-${OS_ARCH}-debian-11" \
"libphp-8.1.16-2-linux-${OS_ARCH}-debian-11" \
"wordpress-6.1.1-30-linux-${OS_ARCH}-debian-11" \
"wordpress-6.1.1-31-linux-${OS_ARCH}-debian-11" \
"render-template-1.0.5-1-linux-${OS_ARCH}-debian-11" \
"gosu-1.16.0-2-linux-${OS_ARCH}-debian-11" \
) && \

View File

@@ -46,6 +46,6 @@
"digest": "e8102a1944de8acff7bcf6f6ed2cacbf1bfe2f1b5aaae7ca69c8f6b838b1c363",
"distro": "debian-11",
"type": "NAMI",
"version": "6.1.1-30"
"version": "6.1.1-31"
}
}

View File

@@ -617,7 +617,7 @@ Based on the extended image, you can update the [`docker-compose.yml`](https://g
### 5.1.1-r28, 5.1.1-rhel-7-r31 and 5.1.1-ol-7-r30
- Users reported that they wanted to import their WordPress database from other installations, such as [this ticket](https://github.com/bitnami/bitnami-docker-wordpress/issues/157). Now, in order to cover this use case, the variable `WORDPRESS_SKIP_INSTALL` can be set to avoid the container launch the WordPress installation wizard.
- Users reported that they wanted to import their WordPress database from other installations. Now, in order to cover this use case, the variable `WORDPRESS_SKIP_INSTALL` can be set to avoid the container launch the WordPress installation wizard.
### 5.0.3-r20