[bitnami/wordpress-nginx] Release 6.0.3-debian-11-r0 (#10498)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
f1b28904bf
commit
50a508de74
|
|
@ -4,11 +4,11 @@ ARG TARGETARCH
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="6.0.2-debian-11-r17" \
|
||||
org.opencontainers.image.ref.name="6.0.3-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/wordpress-nginx" \
|
||||
org.opencontainers.image.title="wordpress-nginx" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="6.0.2"
|
||||
org.opencontainers.image.version="6.0.3"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -26,7 +26,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
"wp-cli-2.7.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"nginx-1.23.1-8-linux-${OS_ARCH}-debian-11" \
|
||||
"mysql-client-10.6.10-1-linux-${OS_ARCH}-debian-11" \
|
||||
"wordpress-6.0.2-4-linux-${OS_ARCH}-debian-11" \
|
||||
"wordpress-6.0.3-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
@ -50,7 +50,7 @@ RUN /opt/bitnami/scripts/php/postunpack.sh
|
|||
RUN /opt/bitnami/scripts/nginx-php-fpm/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/wordpress/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/wp-cli/postunpack.sh
|
||||
ENV APP_VERSION="6.0.2" \
|
||||
ENV APP_VERSION="6.0.3" \
|
||||
BITNAMI_APP_NAME="wordpress-nginx" \
|
||||
NGINX_HTTPS_PORT_NUMBER="" \
|
||||
NGINX_HTTP_PORT_NUMBER="" \
|
||||
|
|
|
|||
|
|
@ -36,10 +36,10 @@
|
|||
},
|
||||
"wordpress": {
|
||||
"arch": "amd64",
|
||||
"digest": "9130703a114610a0f99387049082e49a525046231490345bdd7aaeda0e97c224",
|
||||
"digest": "7385cd5afc72f6c2388ded8bbc1d4fc73b3fb8f703efe29ff64ffa61ef086e93",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "6.0.2-4"
|
||||
"version": "6.0.3-0"
|
||||
},
|
||||
"wp-cli": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "6"
|
||||
- "6-debian-11"
|
||||
- "6.0.2"
|
||||
- "6.0.3"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue