6.0.0-debian-11-r4 release

This commit is contained in:
Bitnami Bot
2022-06-21 22:22:18 +00:00
committed by Bitnami Containers
parent d28f03c655
commit 7f29fbab55
3 changed files with 4 additions and 7 deletions

View File

@@ -1,6 +1,4 @@
FROM docker.io/bitnami/minideb:bullseye FROM docker.io/bitnami/minideb:bullseye
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV HOME="/" \ ENV HOME="/" \
OS_ARCH="amd64" \ OS_ARCH="amd64" \
OS_FLAVOUR="debian-11" \ OS_FLAVOUR="debian-11" \
@@ -15,7 +13,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "apache" "2.4.54-
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wp-cli" "2.6.0-150" --checksum 1d47407703e824d0d6c17ea6720947f7d55dd7db657e997b0411259de1cdc688 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wp-cli" "2.6.0-150" --checksum 1d47407703e824d0d6c17ea6720947f7d55dd7db657e997b0411259de1cdc688
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.8-150" --checksum b47e1015fc1c9ce456f134ffd5b6ac6960c3f369c96fcd37319e9289b29a1047 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.8-150" --checksum b47e1015fc1c9ce456f134ffd5b6ac6960c3f369c96fcd37319e9289b29a1047
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "8.0.20-150" --checksum 7dab47ea9fff600df715d20eb26749f534b0ab5b83a71bf974a5d2657dfad26e RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "8.0.20-150" --checksum 7dab47ea9fff600df715d20eb26749f534b0ab5b83a71bf974a5d2657dfad26e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wordpress" "6.0.0-153" --checksum c8c8840987392eb08eb258df96d971537f1a67c445bd297cb1f6895b86fd8064 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wordpress" "6.0.0-154" --checksum b941ef63fd5985ca303da10c8e6f2538bfb421ca07b9e5a0a9ac5cb7f2bab708
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
RUN apt-get update && apt-get upgrade -y && \ RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives rm -r /var/lib/apt/lists /var/cache/apt/archives

View File

@@ -43,10 +43,10 @@
}, },
"wordpress": { "wordpress": {
"arch": "amd64", "arch": "amd64",
"digest": "c8c8840987392eb08eb258df96d971537f1a67c445bd297cb1f6895b86fd8064", "digest": "b941ef63fd5985ca303da10c8e6f2538bfb421ca07b9e5a0a9ac5cb7f2bab708",
"distro": "debian-11", "distro": "debian-11",
"type": "NAMI", "type": "NAMI",
"version": "6.0.0-153" "version": "6.0.0-154"
}, },
"wp-cli": { "wp-cli": {
"arch": "amd64", "arch": "amd64",

View File

@@ -41,7 +41,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/). 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.0`, `6.0.0-debian-11-r3`, `latest` (6/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/6.0.0-debian-11-r3/6/debian-11/Dockerfile) - [`6`, `6-debian-11`, `6.0.0`, `6.0.0-debian-11-r4`, `latest` (6/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/6.0.0-debian-11-r4/6/debian-11/Dockerfile)
- [`6`, `6-debian-10`, `6.0.0`, `6.0.0-debian-10-r-1`, `latest` (6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/6.0.0-debian-10-r-1/6/debian-10/Dockerfile) - [`6`, `6-debian-10`, `6.0.0`, `6.0.0-debian-10-r-1`, `latest` (6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/6.0.0-debian-10-r-1/6/debian-10/Dockerfile)
- [`5`, `5-debian-11`, `5.9.3`, `5.9.3-debian-11-r9` (5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/5.9.3-debian-11-r9/5/debian-11/Dockerfile) - [`5`, `5-debian-11`, `5.9.3`, `5.9.3-debian-11-r9` (5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/5.9.3-debian-11-r9/5/debian-11/Dockerfile)
@@ -553,7 +553,6 @@ Here is an example of extending the image with the following modifications:
```Dockerfile ```Dockerfile
FROM bitnami/wordpress FROM bitnami/wordpress
LABEL maintainer "Bitnami <containers@bitnami.com>"
## Change user to perform privileged actions ## Change user to perform privileged actions
USER 0 USER 0