6.0.0-debian-11-r8 release

This commit is contained in:
Bitnami Bot 2022-06-30 05:56:33 +00:00 committed by Bitnami Containers
parent 330ebf4036
commit a797deb67f
3 changed files with 8 additions and 4 deletions

View File

@ -13,7 +13,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "php" "8.0.20-150
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wp-cli" "2.6.0-150" --checksum 1d47407703e824d0d6c17ea6720947f7d55dd7db657e997b0411259de1cdc688
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "nginx" "1.22.0-151" --checksum 4c1cffbf2d5f9f767bc364dd341d540be918dea9022f434c1d608819736cf718
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.8-150" --checksum b47e1015fc1c9ce456f134ffd5b6ac6960c3f369c96fcd37319e9289b29a1047
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wordpress" "6.0.0-156" --checksum 740ababc4458c684c66513905968f0e11a79bd98a7a9b389e9f771e5e7fb3a56
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wordpress" "6.0.0-157" --checksum 5269ed7e8e99952e292079f84fcbc75dccd1bd8fe56ba37e8d8c2383fa3b8e7e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives

View File

@ -36,10 +36,10 @@
},
"wordpress": {
"arch": "amd64",
"digest": "740ababc4458c684c66513905968f0e11a79bd98a7a9b389e9f771e5e7fb3a56",
"digest": "5269ed7e8e99952e292079f84fcbc75dccd1bd8fe56ba37e8d8c2383fa3b8e7e",
"distro": "debian-11",
"type": "NAMI",
"version": "6.0.0-156"
"version": "6.0.0-157"
},
"wp-cli": {
"arch": "amd64",

View File

@ -35,7 +35,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.0`, `6.0.0-debian-11-r7`, `latest` (6/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress-nginx/blob/6.0.0-debian-11-r7/6/debian-11/Dockerfile)
- [`6`, `6-debian-11`, `6.0.0`, `6.0.0-debian-11-r8`, `latest` (6/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress-nginx/blob/6.0.0-debian-11-r8/6/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/wordpress-nginx GitHub repo](https://github.com/bitnami/bitnami-docker-wordpress-nginx).
@ -593,6 +593,10 @@ Based on the extended image, you can update the [`docker-compose.yml`](https://g
- The PHP configuration volume (`/bitnami/php`) has been deprecated, and support for this feature will be dropped in the near future. Until then, the container will enable the PHP configuration from that volume if it exists. By default, and if the configuration volume does not exist, the configuration files will be regenerated each time the container is created. Users wanting to apply custom PHP configuration files are advised to mount a volume for the configuration at `/opt/bitnami/php/conf`, or mount specific configuration files individually.
- Enabling custom NGINX certificates by placing them at `/opt/bitnami/nginx/certs` has been deprecated, and support for this functionality will be dropped in the near future. Users wanting to enable custom certificates are advised to mount their certificate files on top of the preconfigured ones at `/certs`.
## Branch Deprecation Notice
WordPress with NGINX's branch 5.x.x is no longer maintained by upstream and is now internally tagged as to be deprecated. This branch will no longer be released in our catalog a month after this notice is published, but already released container images will still persist in the registries. Valid to be removed starting on: 07-29-2022
## Contributing
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/bitnami-docker-wordpress-nginx/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-wordpress-nginx/pulls) with your contribution.