[bitnami/wordpress-intel] Release 6.0.2-debian-11-r16 (#9748)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2022-10-10 13:41:25 +02:00 committed by GitHub
parent fe6475e72c
commit 288247e946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 7 deletions

View File

@ -4,7 +4,7 @@ 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-r15" \
org.opencontainers.image.ref.name="6.0.2-debian-11-r16" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/wordpress-intel" \
org.opencontainers.image.title="wordpress-intel" \
org.opencontainers.image.vendor="VMware, Inc." \
@ -22,7 +22,7 @@ RUN install_packages acl ca-certificates curl less libaudit1 libbrotli1 libbsd0
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"render-template-1.0.3-154-linux-${OS_ARCH}-debian-11" \
"qatengine-0.6.15-2-linux-${OS_ARCH}-debian-11" \
"qatengine-0.6.16-0-linux-${OS_ARCH}-debian-11" \
"php-8.0.24-3-linux-${OS_ARCH}-debian-11" \
"wp-cli-2.6.0-155-linux-${OS_ARCH}-debian-11" \
"nginx-intel-0.4.8-2-linux-${OS_ARCH}-debian-11" \
@ -37,7 +37,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
fi && \
sha256sum -c "${COMPONENT}.tar.gz.sha256" && \
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \
rm -rf "${COMPONENT}.tar.gz{,sha256}" ; \
rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \
done
RUN apt-get autoremove --purge -y curl && \
apt-get update && apt-get upgrade -y && \

View File

@ -29,10 +29,10 @@
},
"qatengine": {
"arch": "amd64",
"digest": "985c22e620e69d44646dd8da7739d18ff4dc225aac7bf5a25f41a8aa91b1575c",
"digest": "699e8cfd8f4216a1d307583b36cdb5c25079ad756c5eed6734288cd178d0449e",
"distro": "debian-11",
"type": "NAMI",
"version": "0.6.15-2"
"version": "0.6.16-0"
},
"render-template": {
"arch": "amd64",

View File

@ -48,8 +48,7 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
- [`6`, `6-debian-11`, `6.0.2`, `6.0.2-debian-11-r15`, `latest` (6/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/wordpress/6/debian-11/Dockerfile)
You can see the equivalence between the different tags by taking a look at the `tags-info.yaml` file present in the branch folder, i.e `bitnami/ASSET/BRANCH/DISTRO/tags-info.yaml`.
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).