Ver código fonte

Run update.sh

Docker Library Bot 3 semanas atrás
pai
commit
e0565a795b
5 arquivos alterados com 76 adições e 117 exclusões
  1. 5 5
      bonita/README.md
  2. 15 15
      maven/README.md
  3. 20 20
      openjdk/README.md
  4. 28 56
      php/README.md
  5. 8 21
      postgres/README.md

+ 5 - 5
bonita/README.md

@@ -75,7 +75,7 @@ As PostgreSQL is the recommended database for qualification and production envir
 
 From Bonita 2022.1 onwards, the Bonita docker image does not include configuration scripts to automatically create databases and users anymore.
 
-Therefore the PostgreSQL container needs to be configured to work with Bonita before starting the Bonita container. The configuration of a PostgreSQL database to work with Bonita is described in details in the [database configuration page](https://documentation.bonitasoft.com/bonita/latest/runtime/database-configuration#postgres_setup). + Alternatively, Bonita provides a preconfigured [PostgreSQL image](https://hub.docker.com/r/bonitasoft/bonita-postgres) on docker-hub. + You can run the image with the following command:
+Therefore, the PostgreSQL container needs to be configured to work with Bonita before starting the Bonita container. The configuration of a PostgreSQL database to work with Bonita is described in details in the [database configuration page](https://documentation.bonitasoft.com/bonita/latest/runtime/database-configuration#postgres_setup). + Alternatively, Bonita provides a preconfigured [PostgreSQL image](https://hub.docker.com/r/bonitasoft/bonita-postgres) on docker-hub. + You can run the image with the following command:
 
 ```bash
 docker run --name mydbpostgres -h <hostname> -d bonitasoft/bonita-postgres:16.4
@@ -273,7 +273,7 @@ These variables are used in conjunction to define how Bonita should access the [
 
 The logger can be configured by mounting a volume on folder `/opt/bonita/conf/logs` containing the configuration files.
 
-the volume must contain the 2 files [log4j2-loggers.xml](https://raw.githubusercontent.com/bonitasoft/bonita-distrib/10.2.0/tomcat-resources/tomcat-distrib-for-bonita/src/main/resources/tomcat/server/conf/log4j2-loggers.xml) and [log4j2-appenders.xml](https://raw.githubusercontent.com/bonitasoft/bonita-distrib/10.2.0/docker/files/log4j2/log4j2-appenders.xml)
+the volume must contain the 2 files [log4j2-loggers.xml](https://raw.githubusercontent.com/bonitasoft/bonita-distrib/10.3.0/tomcat-resources/tomcat-distrib-for-bonita/src/main/resources/tomcat/server/conf/log4j2-loggers.xml) and [log4j2-appenders.xml](https://raw.githubusercontent.com/bonitasoft/bonita-distrib/10.3.0/docker/files/log4j2/log4j2-appenders.xml)
 
 Any change made to one of this 2 files is automatically hot-reloaded and taken into account immediately.
 
@@ -332,13 +332,13 @@ For updating from a version before 7.10.0, please refer to the [documentation](h
 -	Retrieve the last update tool archive from https://www.bonitasoft.com/downloads
 
 	```console
-	unzip bonita-update-tool-3.6.0.zip
+	unzip bonita-update-tool-3.7.0.zip
 	```
 
 -	Configure the update tool
 
 	```console
-	$ cd bonita-update-tool-3.6.0
+	$ cd bonita-update-tool-3.7.0
 	```
 
 	edit the update tool configuration file `Config.properties` to point towards the database.
@@ -367,7 +367,7 @@ For updating from a version before 7.10.0, please refer to the [documentation](h
 -	Launch the new container pointing towards the copy of the database.
 
 	```console
-	$ docker run --name=bonita --link mydbpostgres:postgres -e "DB_NAME=newbonitadb" -e "DB_USER=newbonitauser" -e "DB_PASS=newbonitapass" -d -p 8081:8080 bonita:2024.3-u0
+	$ docker run --name=bonita --link mydbpostgres:postgres -e "DB_NAME=newbonitadb" -e "DB_USER=newbonitauser" -e "DB_PASS=newbonitapass" -d -p 8081:8080 bonita:2025.1-u0
 	```
 
 For more details regarding Bonita update and for version before 7.10.0, see the [documentation](https://documentation.bonitasoft.com/bonita/latest/version-update/migrate-from-an-earlier-version-of-bonita).

+ 15 - 15
maven/README.md

@@ -40,17 +40,17 @@ WARNING:
 
 -	[`4.0.0-rc-4-eclipse-temurin-21-alpine`](https://github.com/carlossg/docker-maven/blob/3e68954f87f8b9be35921fdd538c4d769362f3bf/eclipse-temurin-21-alpine-maven-4/Dockerfile)
 
--	[`3.9.11-eclipse-temurin-21-noble`, `3.9.11`, `3.9.11-eclipse-temurin`, `3.9.11-eclipse-temurin-21`, `3.9-eclipse-temurin-21-noble`, `3.9`, `3.9-eclipse-temurin`, `3.9-eclipse-temurin-21`, `3-eclipse-temurin-21-noble`, `3`, `latest`, `3-eclipse-temurin`, `eclipse-temurin`, `3-eclipse-temurin-21`](https://github.com/carlossg/docker-maven/blob/64ef35f1a6ef3538a0c7e846647d33ffa6232390/eclipse-temurin-21-noble/Dockerfile)
+-	[`3.9.11-eclipse-temurin-21-noble`, `3.9.11-eclipse-temurin-21`, `3.9-eclipse-temurin-21-noble`, `3.9-eclipse-temurin-21`, `3-eclipse-temurin-21-noble`, `3-eclipse-temurin-21`](https://github.com/carlossg/docker-maven/blob/64ef35f1a6ef3538a0c7e846647d33ffa6232390/eclipse-temurin-21-noble/Dockerfile)
 
--	[`4.0.0-rc-4-eclipse-temurin-21-noble`, `4.0.0-rc-4`, `4.0.0-rc-4-eclipse-temurin`, `4.0.0-rc-4-eclipse-temurin-21`](https://github.com/carlossg/docker-maven/blob/3e68954f87f8b9be35921fdd538c4d769362f3bf/eclipse-temurin-21-noble-maven-4/Dockerfile)
+-	[`4.0.0-rc-4-eclipse-temurin-21-noble`, `4.0.0-rc-4-eclipse-temurin-21`](https://github.com/carlossg/docker-maven/blob/3e68954f87f8b9be35921fdd538c4d769362f3bf/eclipse-temurin-21-noble-maven-4/Dockerfile)
 
--	[`3.9.11-eclipse-temurin-24-alpine`, `3.9-eclipse-temurin-24-alpine`, `3-eclipse-temurin-24-alpine`](https://github.com/carlossg/docker-maven/blob/6bd15f0c704bad9806b4bbedea6f1faff5194c71/eclipse-temurin-24-alpine/Dockerfile)
+-	[`3.9.11-eclipse-temurin-25-alpine`, `3.9-eclipse-temurin-25-alpine`, `3-eclipse-temurin-25-alpine`](https://github.com/carlossg/docker-maven/blob/c774f7740e38fa4e4f4cec7153e4819cd9afd635/eclipse-temurin-25-alpine/Dockerfile)
 
--	[`4.0.0-rc-4-eclipse-temurin-24-alpine`](https://github.com/carlossg/docker-maven/blob/3e68954f87f8b9be35921fdd538c4d769362f3bf/eclipse-temurin-24-alpine-maven-4/Dockerfile)
+-	[`4.0.0-rc-4-eclipse-temurin-25-alpine`](https://github.com/carlossg/docker-maven/blob/c774f7740e38fa4e4f4cec7153e4819cd9afd635/eclipse-temurin-25-alpine-maven-4/Dockerfile)
 
--	[`3.9.11-eclipse-temurin-24-noble`, `3.9.11-eclipse-temurin-24`, `3.9-eclipse-temurin-24-noble`, `3.9-eclipse-temurin-24`, `3-eclipse-temurin-24-noble`, `3-eclipse-temurin-24`](https://github.com/carlossg/docker-maven/blob/64ef35f1a6ef3538a0c7e846647d33ffa6232390/eclipse-temurin-24-noble/Dockerfile)
+-	[`3.9.11-eclipse-temurin-25-noble`, `3.9.11`, `3.9.11-eclipse-temurin`, `3.9.11-eclipse-temurin-25`, `3.9-eclipse-temurin-25-noble`, `3.9`, `3.9-eclipse-temurin`, `3.9-eclipse-temurin-25`, `3-eclipse-temurin-25-noble`, `3`, `latest`, `3-eclipse-temurin`, `eclipse-temurin`, `3-eclipse-temurin-25`](https://github.com/carlossg/docker-maven/blob/c774f7740e38fa4e4f4cec7153e4819cd9afd635/eclipse-temurin-25-noble/Dockerfile)
 
--	[`4.0.0-rc-4-eclipse-temurin-24-noble`, `4.0.0-rc-4-eclipse-temurin-24`](https://github.com/carlossg/docker-maven/blob/3e68954f87f8b9be35921fdd538c4d769362f3bf/eclipse-temurin-24-noble-maven-4/Dockerfile)
+-	[`4.0.0-rc-4-eclipse-temurin-25-noble`, `4.0.0-rc-4`, `4.0.0-rc-4-eclipse-temurin`, `4.0.0-rc-4-eclipse-temurin-25`](https://github.com/carlossg/docker-maven/blob/c774f7740e38fa4e4f4cec7153e4819cd9afd635/eclipse-temurin-25-noble-maven-4/Dockerfile)
 
 -	[`3.9.11-eclipse-temurin-8-alpine`, `3.9-eclipse-temurin-8-alpine`, `3-eclipse-temurin-8-alpine`](https://github.com/carlossg/docker-maven/blob/6bd15f0c704bad9806b4bbedea6f1faff5194c71/eclipse-temurin-8-alpine/Dockerfile)
 
@@ -76,7 +76,7 @@ WARNING:
 
 -	[`3.9.11-amazoncorretto-11-debian`, `3.9.11-amazoncorretto-11-debian-trixie`, `3.9-amazoncorretto-11-debian`, `3.9-amazoncorretto-11-debian-trixie`, `3-amazoncorretto-11-debian`, `3-amazoncorretto-11-debian-trixie`](https://github.com/carlossg/docker-maven/blob/5557ed7695b311b7880b5094dbedcb759dddd86a/amazoncorretto-11-debian/Dockerfile)
 
--	[`3.9.11-amazoncorretto-17`, `3.9.11-amazoncorretto`, `3.9-amazoncorretto-17`, `3.9-amazoncorretto`, `3-amazoncorretto-17`, `3-amazoncorretto`, `amazoncorretto`](https://github.com/carlossg/docker-maven/blob/6bd15f0c704bad9806b4bbedea6f1faff5194c71/amazoncorretto-17/Dockerfile)
+-	[`3.9.11-amazoncorretto-17`, `3.9-amazoncorretto-17`, `3-amazoncorretto-17`](https://github.com/carlossg/docker-maven/blob/6bd15f0c704bad9806b4bbedea6f1faff5194c71/amazoncorretto-17/Dockerfile)
 
 -	[`3.9.11-amazoncorretto-17-al2023`, `3.9-amazoncorretto-17-al2023`, `3-amazoncorretto-17-al2023`](https://github.com/carlossg/docker-maven/blob/6bd15f0c704bad9806b4bbedea6f1faff5194c71/amazoncorretto-17-al2023/Dockerfile)
 
@@ -88,9 +88,9 @@ WARNING:
 
 -	[`4.0.0-rc-4-amazoncorretto-17-debian`, `4.0.0-rc-4-amazoncorretto-17-debian-trixie`](https://github.com/carlossg/docker-maven/blob/3e68954f87f8b9be35921fdd538c4d769362f3bf/amazoncorretto-17-debian-maven-4/Dockerfile)
 
--	[`4.0.0-rc-4-amazoncorretto-17`, `4.0.0-rc-4-amazoncorretto`](https://github.com/carlossg/docker-maven/blob/3e68954f87f8b9be35921fdd538c4d769362f3bf/amazoncorretto-17-maven-4/Dockerfile)
+-	[`4.0.0-rc-4-amazoncorretto-17`](https://github.com/carlossg/docker-maven/blob/3e68954f87f8b9be35921fdd538c4d769362f3bf/amazoncorretto-17-maven-4/Dockerfile)
 
--	[`3.9.11-amazoncorretto-21`, `3.9-amazoncorretto-21`, `3-amazoncorretto-21`](https://github.com/carlossg/docker-maven/blob/6bd15f0c704bad9806b4bbedea6f1faff5194c71/amazoncorretto-21/Dockerfile)
+-	[`3.9.11-amazoncorretto-21`, `3.9-amazoncorretto-21`, `3-amazoncorretto-21`](https://github.com/carlossg/docker-maven/blob/953489ab1a34d6a78158ed34b7432e19f119c466/amazoncorretto-21/Dockerfile)
 
 -	[`3.9.11-amazoncorretto-21-al2023`, `3.9-amazoncorretto-21-al2023`, `3-amazoncorretto-21-al2023`](https://github.com/carlossg/docker-maven/blob/6bd15f0c704bad9806b4bbedea6f1faff5194c71/amazoncorretto-21-al2023/Dockerfile)
 
@@ -118,7 +118,7 @@ WARNING:
 
 -	[`4.0.0-rc-4-amazoncorretto-24`](https://github.com/carlossg/docker-maven/blob/953489ab1a34d6a78158ed34b7432e19f119c466/amazoncorretto-24-maven-4/Dockerfile)
 
--	[`3.9.11-amazoncorretto-25`, `3.9-amazoncorretto-25`, `3-amazoncorretto-25`](https://github.com/carlossg/docker-maven/blob/ea19ceba8f7f27dfca5db9a557c2c7104b9bbcf0/amazoncorretto-25/Dockerfile)
+-	[`3.9.11-amazoncorretto-25`, `3.9.11-amazoncorretto`, `3.9-amazoncorretto-25`, `3.9-amazoncorretto`, `3-amazoncorretto-25`, `3-amazoncorretto`, `amazoncorretto`](https://github.com/carlossg/docker-maven/blob/ea19ceba8f7f27dfca5db9a557c2c7104b9bbcf0/amazoncorretto-25/Dockerfile)
 
 -	[`3.9.11-amazoncorretto-25-al2023`, `3.9-amazoncorretto-25-al2023`, `3-amazoncorretto-25-al2023`](https://github.com/carlossg/docker-maven/blob/8e4c2c5d8d70b078a60c23f1dea90edcde4bf0d2/amazoncorretto-25-al2023/Dockerfile)
 
@@ -130,7 +130,7 @@ WARNING:
 
 -	[`4.0.0-rc-4-amazoncorretto-25-debian`, `4.0.0-rc-4-amazoncorretto-25-debian-trixie`](https://github.com/carlossg/docker-maven/blob/911dda48cffcacf6dffb543157e37a7628f0e6e7/amazoncorretto-25-debian-maven-4/Dockerfile)
 
--	[`4.0.0-rc-4-amazoncorretto-25`](https://github.com/carlossg/docker-maven/blob/953489ab1a34d6a78158ed34b7432e19f119c466/amazoncorretto-25-maven-4/Dockerfile)
+-	[`4.0.0-rc-4-amazoncorretto-25`, `4.0.0-rc-4-amazoncorretto`](https://github.com/carlossg/docker-maven/blob/953489ab1a34d6a78158ed34b7432e19f119c466/amazoncorretto-25-maven-4/Dockerfile)
 
 -	[`3.9.11-amazoncorretto-8`, `3.9-amazoncorretto-8`, `3-amazoncorretto-8`](https://github.com/carlossg/docker-maven/blob/6bd15f0c704bad9806b4bbedea6f1faff5194c71/amazoncorretto-8/Dockerfile)
 
@@ -146,13 +146,13 @@ WARNING:
 
 -	[`4.0.0-rc-4-sapmachine-17`](https://github.com/carlossg/docker-maven/blob/3e68954f87f8b9be35921fdd538c4d769362f3bf/sapmachine-17-maven-4/Dockerfile)
 
--	[`3.9.11-sapmachine-21`, `3.9.11-sapmachine`, `3.9-sapmachine-21`, `3.9-sapmachine`, `3-sapmachine-21`, `3-sapmachine`, `sapmachine`](https://github.com/carlossg/docker-maven/blob/6bd15f0c704bad9806b4bbedea6f1faff5194c71/sapmachine-21/Dockerfile)
+-	[`3.9.11-sapmachine-21`, `3.9-sapmachine-21`, `3-sapmachine-21`](https://github.com/carlossg/docker-maven/blob/6bd15f0c704bad9806b4bbedea6f1faff5194c71/sapmachine-21/Dockerfile)
 
--	[`4.0.0-rc-4-sapmachine-21`, `4.0.0-rc-4-sapmachine`](https://github.com/carlossg/docker-maven/blob/3e68954f87f8b9be35921fdd538c4d769362f3bf/sapmachine-21-maven-4/Dockerfile)
+-	[`4.0.0-rc-4-sapmachine-21`](https://github.com/carlossg/docker-maven/blob/3e68954f87f8b9be35921fdd538c4d769362f3bf/sapmachine-21-maven-4/Dockerfile)
 
--	[`3.9.11-sapmachine-25`, `3.9-sapmachine-25`, `3-sapmachine-25`](https://github.com/carlossg/docker-maven/blob/31123f677b641c82496f8935f5f3c3e3885fa3f5/sapmachine-25/Dockerfile)
+-	[`3.9.11-sapmachine-25`, `3.9.11-sapmachine`, `3.9-sapmachine-25`, `3.9-sapmachine`, `3-sapmachine-25`, `3-sapmachine`, `sapmachine`](https://github.com/carlossg/docker-maven/blob/31123f677b641c82496f8935f5f3c3e3885fa3f5/sapmachine-25/Dockerfile)
 
--	[`4.0.0-rc-4-sapmachine-25`](https://github.com/carlossg/docker-maven/blob/2f044045740088673c3a00388056cbbd747f2fea/sapmachine-25-maven-4/Dockerfile)
+-	[`4.0.0-rc-4-sapmachine-25`, `4.0.0-rc-4-sapmachine`](https://github.com/carlossg/docker-maven/blob/2f044045740088673c3a00388056cbbd747f2fea/sapmachine-25-maven-4/Dockerfile)
 
 # Quick reference (cont.)
 

+ 20 - 20
openjdk/README.md

@@ -42,43 +42,43 @@ The only tags which will continue to receive updates beyond July 2022 will be Ea
 
 ## Simple Tags
 
--	[`26-ea-16-jdk-oraclelinux9`, `26-ea-16-oraclelinux9`, `26-ea-jdk-oraclelinux9`, `26-ea-oraclelinux9`, `26-jdk-oraclelinux9`, `26-oraclelinux9`, `26-ea-16-jdk-oracle`, `26-ea-16-oracle`, `26-ea-jdk-oracle`, `26-ea-oracle`, `26-jdk-oracle`, `26-oracle`](https://github.com/docker-library/openjdk/blob/93829cab56868eec605f6eda309de2c7a8de30c5/26/jdk/oraclelinux9/Dockerfile)
+-	[`26-ea-17-jdk-oraclelinux9`, `26-ea-17-oraclelinux9`, `26-ea-jdk-oraclelinux9`, `26-ea-oraclelinux9`, `26-jdk-oraclelinux9`, `26-oraclelinux9`, `26-ea-17-jdk-oracle`, `26-ea-17-oracle`, `26-ea-jdk-oracle`, `26-ea-oracle`, `26-jdk-oracle`, `26-oracle`](https://github.com/docker-library/openjdk/blob/f31036fafc166fcb53b974b480323cd4da7f3033/26/jdk/oraclelinux9/Dockerfile)
 
--	[`26-ea-16-jdk-oraclelinux8`, `26-ea-16-oraclelinux8`, `26-ea-jdk-oraclelinux8`, `26-ea-oraclelinux8`, `26-jdk-oraclelinux8`, `26-oraclelinux8`](https://github.com/docker-library/openjdk/blob/93829cab56868eec605f6eda309de2c7a8de30c5/26/jdk/oraclelinux8/Dockerfile)
+-	[`26-ea-17-jdk-oraclelinux8`, `26-ea-17-oraclelinux8`, `26-ea-jdk-oraclelinux8`, `26-ea-oraclelinux8`, `26-jdk-oraclelinux8`, `26-oraclelinux8`](https://github.com/docker-library/openjdk/blob/f31036fafc166fcb53b974b480323cd4da7f3033/26/jdk/oraclelinux8/Dockerfile)
 
--	[`26-ea-16-jdk-trixie`, `26-ea-16-trixie`, `26-ea-jdk-trixie`, `26-ea-trixie`, `26-jdk-trixie`, `26-trixie`](https://github.com/docker-library/openjdk/blob/93829cab56868eec605f6eda309de2c7a8de30c5/26/jdk/trixie/Dockerfile)
+-	[`26-ea-17-jdk-trixie`, `26-ea-17-trixie`, `26-ea-jdk-trixie`, `26-ea-trixie`, `26-jdk-trixie`, `26-trixie`](https://github.com/docker-library/openjdk/blob/f31036fafc166fcb53b974b480323cd4da7f3033/26/jdk/trixie/Dockerfile)
 
--	[`26-ea-16-jdk-slim-trixie`, `26-ea-16-slim-trixie`, `26-ea-jdk-slim-trixie`, `26-ea-slim-trixie`, `26-jdk-slim-trixie`, `26-slim-trixie`, `26-ea-16-jdk-slim`, `26-ea-16-slim`, `26-ea-jdk-slim`, `26-ea-slim`, `26-jdk-slim`, `26-slim`](https://github.com/docker-library/openjdk/blob/93829cab56868eec605f6eda309de2c7a8de30c5/26/jdk/slim-trixie/Dockerfile)
+-	[`26-ea-17-jdk-slim-trixie`, `26-ea-17-slim-trixie`, `26-ea-jdk-slim-trixie`, `26-ea-slim-trixie`, `26-jdk-slim-trixie`, `26-slim-trixie`, `26-ea-17-jdk-slim`, `26-ea-17-slim`, `26-ea-jdk-slim`, `26-ea-slim`, `26-jdk-slim`, `26-slim`](https://github.com/docker-library/openjdk/blob/f31036fafc166fcb53b974b480323cd4da7f3033/26/jdk/slim-trixie/Dockerfile)
 
--	[`26-ea-16-jdk-bookworm`, `26-ea-16-bookworm`, `26-ea-jdk-bookworm`, `26-ea-bookworm`, `26-jdk-bookworm`, `26-bookworm`](https://github.com/docker-library/openjdk/blob/93829cab56868eec605f6eda309de2c7a8de30c5/26/jdk/bookworm/Dockerfile)
+-	[`26-ea-17-jdk-bookworm`, `26-ea-17-bookworm`, `26-ea-jdk-bookworm`, `26-ea-bookworm`, `26-jdk-bookworm`, `26-bookworm`](https://github.com/docker-library/openjdk/blob/f31036fafc166fcb53b974b480323cd4da7f3033/26/jdk/bookworm/Dockerfile)
 
--	[`26-ea-16-jdk-slim-bookworm`, `26-ea-16-slim-bookworm`, `26-ea-jdk-slim-bookworm`, `26-ea-slim-bookworm`, `26-jdk-slim-bookworm`, `26-slim-bookworm`](https://github.com/docker-library/openjdk/blob/93829cab56868eec605f6eda309de2c7a8de30c5/26/jdk/slim-bookworm/Dockerfile)
+-	[`26-ea-17-jdk-slim-bookworm`, `26-ea-17-slim-bookworm`, `26-ea-jdk-slim-bookworm`, `26-ea-slim-bookworm`, `26-jdk-slim-bookworm`, `26-slim-bookworm`](https://github.com/docker-library/openjdk/blob/f31036fafc166fcb53b974b480323cd4da7f3033/26/jdk/slim-bookworm/Dockerfile)
 
--	[`26-ea-16-jdk-windowsservercore-ltsc2025`, `26-ea-16-windowsservercore-ltsc2025`, `26-ea-jdk-windowsservercore-ltsc2025`, `26-ea-windowsservercore-ltsc2025`, `26-jdk-windowsservercore-ltsc2025`, `26-windowsservercore-ltsc2025`](https://github.com/docker-library/openjdk/blob/93829cab56868eec605f6eda309de2c7a8de30c5/26/jdk/windows/windowsservercore-ltsc2025/Dockerfile)
+-	[`26-ea-17-jdk-windowsservercore-ltsc2025`, `26-ea-17-windowsservercore-ltsc2025`, `26-ea-jdk-windowsservercore-ltsc2025`, `26-ea-windowsservercore-ltsc2025`, `26-jdk-windowsservercore-ltsc2025`, `26-windowsservercore-ltsc2025`](https://github.com/docker-library/openjdk/blob/f31036fafc166fcb53b974b480323cd4da7f3033/26/jdk/windows/windowsservercore-ltsc2025/Dockerfile)
 
--	[`26-ea-16-jdk-windowsservercore-ltsc2022`, `26-ea-16-windowsservercore-ltsc2022`, `26-ea-jdk-windowsservercore-ltsc2022`, `26-ea-windowsservercore-ltsc2022`, `26-jdk-windowsservercore-ltsc2022`, `26-windowsservercore-ltsc2022`](https://github.com/docker-library/openjdk/blob/93829cab56868eec605f6eda309de2c7a8de30c5/26/jdk/windows/windowsservercore-ltsc2022/Dockerfile)
+-	[`26-ea-17-jdk-windowsservercore-ltsc2022`, `26-ea-17-windowsservercore-ltsc2022`, `26-ea-jdk-windowsservercore-ltsc2022`, `26-ea-windowsservercore-ltsc2022`, `26-jdk-windowsservercore-ltsc2022`, `26-windowsservercore-ltsc2022`](https://github.com/docker-library/openjdk/blob/f31036fafc166fcb53b974b480323cd4da7f3033/26/jdk/windows/windowsservercore-ltsc2022/Dockerfile)
 
--	[`26-ea-16-jdk-nanoserver-ltsc2025`, `26-ea-16-nanoserver-ltsc2025`, `26-ea-jdk-nanoserver-ltsc2025`, `26-ea-nanoserver-ltsc2025`, `26-jdk-nanoserver-ltsc2025`, `26-nanoserver-ltsc2025`](https://github.com/docker-library/openjdk/blob/93829cab56868eec605f6eda309de2c7a8de30c5/26/jdk/windows/nanoserver-ltsc2025/Dockerfile)
+-	[`26-ea-17-jdk-nanoserver-ltsc2025`, `26-ea-17-nanoserver-ltsc2025`, `26-ea-jdk-nanoserver-ltsc2025`, `26-ea-nanoserver-ltsc2025`, `26-jdk-nanoserver-ltsc2025`, `26-nanoserver-ltsc2025`](https://github.com/docker-library/openjdk/blob/f31036fafc166fcb53b974b480323cd4da7f3033/26/jdk/windows/nanoserver-ltsc2025/Dockerfile)
 
--	[`26-ea-16-jdk-nanoserver-ltsc2022`, `26-ea-16-nanoserver-ltsc2022`, `26-ea-jdk-nanoserver-ltsc2022`, `26-ea-nanoserver-ltsc2022`, `26-jdk-nanoserver-ltsc2022`, `26-nanoserver-ltsc2022`](https://github.com/docker-library/openjdk/blob/93829cab56868eec605f6eda309de2c7a8de30c5/26/jdk/windows/nanoserver-ltsc2022/Dockerfile)
+-	[`26-ea-17-jdk-nanoserver-ltsc2022`, `26-ea-17-nanoserver-ltsc2022`, `26-ea-jdk-nanoserver-ltsc2022`, `26-ea-nanoserver-ltsc2022`, `26-jdk-nanoserver-ltsc2022`, `26-nanoserver-ltsc2022`](https://github.com/docker-library/openjdk/blob/f31036fafc166fcb53b974b480323cd4da7f3033/26/jdk/windows/nanoserver-ltsc2022/Dockerfile)
 
 ## Shared Tags
 
--	`26-ea-16-jdk`, `26-ea-16`, `26-ea-jdk`, `26-ea`, `26-jdk`, `26`:
+-	`26-ea-17-jdk`, `26-ea-17`, `26-ea-jdk`, `26-ea`, `26-jdk`, `26`:
 
-	-	[`26-ea-16-jdk-oraclelinux9`](https://github.com/docker-library/openjdk/blob/93829cab56868eec605f6eda309de2c7a8de30c5/26/jdk/oraclelinux9/Dockerfile)
-	-	[`26-ea-16-jdk-windowsservercore-ltsc2025`](https://github.com/docker-library/openjdk/blob/93829cab56868eec605f6eda309de2c7a8de30c5/26/jdk/windows/windowsservercore-ltsc2025/Dockerfile)
-	-	[`26-ea-16-jdk-windowsservercore-ltsc2022`](https://github.com/docker-library/openjdk/blob/93829cab56868eec605f6eda309de2c7a8de30c5/26/jdk/windows/windowsservercore-ltsc2022/Dockerfile)
+	-	[`26-ea-17-jdk-oraclelinux9`](https://github.com/docker-library/openjdk/blob/f31036fafc166fcb53b974b480323cd4da7f3033/26/jdk/oraclelinux9/Dockerfile)
+	-	[`26-ea-17-jdk-windowsservercore-ltsc2025`](https://github.com/docker-library/openjdk/blob/f31036fafc166fcb53b974b480323cd4da7f3033/26/jdk/windows/windowsservercore-ltsc2025/Dockerfile)
+	-	[`26-ea-17-jdk-windowsservercore-ltsc2022`](https://github.com/docker-library/openjdk/blob/f31036fafc166fcb53b974b480323cd4da7f3033/26/jdk/windows/windowsservercore-ltsc2022/Dockerfile)
 
--	`26-ea-16-jdk-windowsservercore`, `26-ea-16-windowsservercore`, `26-ea-jdk-windowsservercore`, `26-ea-windowsservercore`, `26-jdk-windowsservercore`, `26-windowsservercore`:
+-	`26-ea-17-jdk-windowsservercore`, `26-ea-17-windowsservercore`, `26-ea-jdk-windowsservercore`, `26-ea-windowsservercore`, `26-jdk-windowsservercore`, `26-windowsservercore`:
 
-	-	[`26-ea-16-jdk-windowsservercore-ltsc2025`](https://github.com/docker-library/openjdk/blob/93829cab56868eec605f6eda309de2c7a8de30c5/26/jdk/windows/windowsservercore-ltsc2025/Dockerfile)
-	-	[`26-ea-16-jdk-windowsservercore-ltsc2022`](https://github.com/docker-library/openjdk/blob/93829cab56868eec605f6eda309de2c7a8de30c5/26/jdk/windows/windowsservercore-ltsc2022/Dockerfile)
+	-	[`26-ea-17-jdk-windowsservercore-ltsc2025`](https://github.com/docker-library/openjdk/blob/f31036fafc166fcb53b974b480323cd4da7f3033/26/jdk/windows/windowsservercore-ltsc2025/Dockerfile)
+	-	[`26-ea-17-jdk-windowsservercore-ltsc2022`](https://github.com/docker-library/openjdk/blob/f31036fafc166fcb53b974b480323cd4da7f3033/26/jdk/windows/windowsservercore-ltsc2022/Dockerfile)
 
--	`26-ea-16-jdk-nanoserver`, `26-ea-16-nanoserver`, `26-ea-jdk-nanoserver`, `26-ea-nanoserver`, `26-jdk-nanoserver`, `26-nanoserver`:
+-	`26-ea-17-jdk-nanoserver`, `26-ea-17-nanoserver`, `26-ea-jdk-nanoserver`, `26-ea-nanoserver`, `26-jdk-nanoserver`, `26-nanoserver`:
 
-	-	[`26-ea-16-jdk-nanoserver-ltsc2025`](https://github.com/docker-library/openjdk/blob/93829cab56868eec605f6eda309de2c7a8de30c5/26/jdk/windows/nanoserver-ltsc2025/Dockerfile)
-	-	[`26-ea-16-jdk-nanoserver-ltsc2022`](https://github.com/docker-library/openjdk/blob/93829cab56868eec605f6eda309de2c7a8de30c5/26/jdk/windows/nanoserver-ltsc2022/Dockerfile)
+	-	[`26-ea-17-jdk-nanoserver-ltsc2025`](https://github.com/docker-library/openjdk/blob/f31036fafc166fcb53b974b480323cd4da7f3033/26/jdk/windows/nanoserver-ltsc2025/Dockerfile)
+	-	[`26-ea-17-jdk-nanoserver-ltsc2022`](https://github.com/docker-library/openjdk/blob/f31036fafc166fcb53b974b480323cd4da7f3033/26/jdk/windows/nanoserver-ltsc2022/Dockerfile)
 
 # Quick reference (cont.)
 

+ 28 - 56
php/README.md

@@ -24,33 +24,33 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`8.5.0beta3-cli-trixie`, `8.5-rc-cli-trixie`, `8.5.0beta3-trixie`, `8.5-rc-trixie`, `8.5.0beta3-cli`, `8.5-rc-cli`, `8.5.0beta3`, `8.5-rc`](https://github.com/docker-library/php/blob/14f8b0c45ce12c0b8b1018ac906df94d459111ec/8.5-rc/trixie/cli/Dockerfile)
+-	[`8.5.0RC1-cli-trixie`, `8.5-rc-cli-trixie`, `8.5.0RC1-trixie`, `8.5-rc-trixie`, `8.5.0RC1-cli`, `8.5-rc-cli`, `8.5.0RC1`, `8.5-rc`](https://github.com/docker-library/php/blob/a80c2f9204ed2e3ca0a13b13cc0cae780d9d700d/8.5-rc/trixie/cli/Dockerfile)
 
--	[`8.5.0beta3-apache-trixie`, `8.5-rc-apache-trixie`, `8.5.0beta3-apache`, `8.5-rc-apache`](https://github.com/docker-library/php/blob/14f8b0c45ce12c0b8b1018ac906df94d459111ec/8.5-rc/trixie/apache/Dockerfile)
+-	[`8.5.0RC1-apache-trixie`, `8.5-rc-apache-trixie`, `8.5.0RC1-apache`, `8.5-rc-apache`](https://github.com/docker-library/php/blob/a80c2f9204ed2e3ca0a13b13cc0cae780d9d700d/8.5-rc/trixie/apache/Dockerfile)
 
--	[`8.5.0beta3-fpm-trixie`, `8.5-rc-fpm-trixie`, `8.5.0beta3-fpm`, `8.5-rc-fpm`](https://github.com/docker-library/php/blob/14f8b0c45ce12c0b8b1018ac906df94d459111ec/8.5-rc/trixie/fpm/Dockerfile)
+-	[`8.5.0RC1-fpm-trixie`, `8.5-rc-fpm-trixie`, `8.5.0RC1-fpm`, `8.5-rc-fpm`](https://github.com/docker-library/php/blob/a80c2f9204ed2e3ca0a13b13cc0cae780d9d700d/8.5-rc/trixie/fpm/Dockerfile)
 
--	[`8.5.0beta3-zts-trixie`, `8.5-rc-zts-trixie`, `8.5.0beta3-zts`, `8.5-rc-zts`](https://github.com/docker-library/php/blob/14f8b0c45ce12c0b8b1018ac906df94d459111ec/8.5-rc/trixie/zts/Dockerfile)
+-	[`8.5.0RC1-zts-trixie`, `8.5-rc-zts-trixie`, `8.5.0RC1-zts`, `8.5-rc-zts`](https://github.com/docker-library/php/blob/a80c2f9204ed2e3ca0a13b13cc0cae780d9d700d/8.5-rc/trixie/zts/Dockerfile)
 
--	[`8.5.0beta3-cli-bookworm`, `8.5-rc-cli-bookworm`, `8.5.0beta3-bookworm`, `8.5-rc-bookworm`](https://github.com/docker-library/php/blob/14f8b0c45ce12c0b8b1018ac906df94d459111ec/8.5-rc/bookworm/cli/Dockerfile)
+-	[`8.5.0RC1-cli-bookworm`, `8.5-rc-cli-bookworm`, `8.5.0RC1-bookworm`, `8.5-rc-bookworm`](https://github.com/docker-library/php/blob/a80c2f9204ed2e3ca0a13b13cc0cae780d9d700d/8.5-rc/bookworm/cli/Dockerfile)
 
--	[`8.5.0beta3-apache-bookworm`, `8.5-rc-apache-bookworm`](https://github.com/docker-library/php/blob/14f8b0c45ce12c0b8b1018ac906df94d459111ec/8.5-rc/bookworm/apache/Dockerfile)
+-	[`8.5.0RC1-apache-bookworm`, `8.5-rc-apache-bookworm`](https://github.com/docker-library/php/blob/a80c2f9204ed2e3ca0a13b13cc0cae780d9d700d/8.5-rc/bookworm/apache/Dockerfile)
 
--	[`8.5.0beta3-fpm-bookworm`, `8.5-rc-fpm-bookworm`](https://github.com/docker-library/php/blob/14f8b0c45ce12c0b8b1018ac906df94d459111ec/8.5-rc/bookworm/fpm/Dockerfile)
+-	[`8.5.0RC1-fpm-bookworm`, `8.5-rc-fpm-bookworm`](https://github.com/docker-library/php/blob/a80c2f9204ed2e3ca0a13b13cc0cae780d9d700d/8.5-rc/bookworm/fpm/Dockerfile)
 
--	[`8.5.0beta3-zts-bookworm`, `8.5-rc-zts-bookworm`](https://github.com/docker-library/php/blob/14f8b0c45ce12c0b8b1018ac906df94d459111ec/8.5-rc/bookworm/zts/Dockerfile)
+-	[`8.5.0RC1-zts-bookworm`, `8.5-rc-zts-bookworm`](https://github.com/docker-library/php/blob/a80c2f9204ed2e3ca0a13b13cc0cae780d9d700d/8.5-rc/bookworm/zts/Dockerfile)
 
--	[`8.5.0beta3-cli-alpine3.22`, `8.5-rc-cli-alpine3.22`, `8.5.0beta3-alpine3.22`, `8.5-rc-alpine3.22`, `8.5.0beta3-cli-alpine`, `8.5-rc-cli-alpine`, `8.5.0beta3-alpine`, `8.5-rc-alpine`](https://github.com/docker-library/php/blob/14f8b0c45ce12c0b8b1018ac906df94d459111ec/8.5-rc/alpine3.22/cli/Dockerfile)
+-	[`8.5.0RC1-cli-alpine3.22`, `8.5-rc-cli-alpine3.22`, `8.5.0RC1-alpine3.22`, `8.5-rc-alpine3.22`, `8.5.0RC1-cli-alpine`, `8.5-rc-cli-alpine`, `8.5.0RC1-alpine`, `8.5-rc-alpine`](https://github.com/docker-library/php/blob/a80c2f9204ed2e3ca0a13b13cc0cae780d9d700d/8.5-rc/alpine3.22/cli/Dockerfile)
 
--	[`8.5.0beta3-fpm-alpine3.22`, `8.5-rc-fpm-alpine3.22`, `8.5.0beta3-fpm-alpine`, `8.5-rc-fpm-alpine`](https://github.com/docker-library/php/blob/14f8b0c45ce12c0b8b1018ac906df94d459111ec/8.5-rc/alpine3.22/fpm/Dockerfile)
+-	[`8.5.0RC1-fpm-alpine3.22`, `8.5-rc-fpm-alpine3.22`, `8.5.0RC1-fpm-alpine`, `8.5-rc-fpm-alpine`](https://github.com/docker-library/php/blob/a80c2f9204ed2e3ca0a13b13cc0cae780d9d700d/8.5-rc/alpine3.22/fpm/Dockerfile)
 
--	[`8.5.0beta3-zts-alpine3.22`, `8.5-rc-zts-alpine3.22`, `8.5.0beta3-zts-alpine`, `8.5-rc-zts-alpine`](https://github.com/docker-library/php/blob/14f8b0c45ce12c0b8b1018ac906df94d459111ec/8.5-rc/alpine3.22/zts/Dockerfile)
+-	[`8.5.0RC1-zts-alpine3.22`, `8.5-rc-zts-alpine3.22`, `8.5.0RC1-zts-alpine`, `8.5-rc-zts-alpine`](https://github.com/docker-library/php/blob/a80c2f9204ed2e3ca0a13b13cc0cae780d9d700d/8.5-rc/alpine3.22/zts/Dockerfile)
 
--	[`8.5.0beta3-cli-alpine3.21`, `8.5-rc-cli-alpine3.21`, `8.5.0beta3-alpine3.21`, `8.5-rc-alpine3.21`](https://github.com/docker-library/php/blob/14f8b0c45ce12c0b8b1018ac906df94d459111ec/8.5-rc/alpine3.21/cli/Dockerfile)
+-	[`8.5.0RC1-cli-alpine3.21`, `8.5-rc-cli-alpine3.21`, `8.5.0RC1-alpine3.21`, `8.5-rc-alpine3.21`](https://github.com/docker-library/php/blob/a80c2f9204ed2e3ca0a13b13cc0cae780d9d700d/8.5-rc/alpine3.21/cli/Dockerfile)
 
--	[`8.5.0beta3-fpm-alpine3.21`, `8.5-rc-fpm-alpine3.21`](https://github.com/docker-library/php/blob/14f8b0c45ce12c0b8b1018ac906df94d459111ec/8.5-rc/alpine3.21/fpm/Dockerfile)
+-	[`8.5.0RC1-fpm-alpine3.21`, `8.5-rc-fpm-alpine3.21`](https://github.com/docker-library/php/blob/a80c2f9204ed2e3ca0a13b13cc0cae780d9d700d/8.5-rc/alpine3.21/fpm/Dockerfile)
 
--	[`8.5.0beta3-zts-alpine3.21`, `8.5-rc-zts-alpine3.21`](https://github.com/docker-library/php/blob/14f8b0c45ce12c0b8b1018ac906df94d459111ec/8.5-rc/alpine3.21/zts/Dockerfile)
+-	[`8.5.0RC1-zts-alpine3.21`, `8.5-rc-zts-alpine3.21`](https://github.com/docker-library/php/blob/a80c2f9204ed2e3ca0a13b13cc0cae780d9d700d/8.5-rc/alpine3.21/zts/Dockerfile)
 
 -	[`8.4.13-cli-trixie`, `8.4-cli-trixie`, `8-cli-trixie`, `cli-trixie`, `8.4.13-trixie`, `8.4-trixie`, `8-trixie`, `trixie`, `8.4.13-cli`, `8.4-cli`, `8-cli`, `cli`, `8.4.13`, `8.4`, `8`, `latest`](https://github.com/docker-library/php/blob/5adf010c3d8ec46c24e5c0b09ef19bef11010eef/8.4/trixie/cli/Dockerfile)
 
@@ -80,61 +80,33 @@ WARNING:
 
 -	[`8.4.13-zts-alpine3.21`, `8.4-zts-alpine3.21`, `8-zts-alpine3.21`, `zts-alpine3.21`](https://github.com/docker-library/php/blob/5adf010c3d8ec46c24e5c0b09ef19bef11010eef/8.4/alpine3.21/zts/Dockerfile)
 
--	[`8.3.26RC1-cli-trixie`, `8.3-rc-cli-trixie`, `8.3.26RC1-trixie`, `8.3-rc-trixie`, `8.3.26RC1-cli`, `8.3-rc-cli`, `8.3.26RC1`, `8.3-rc`](https://github.com/docker-library/php/blob/3e31d6d88dded986d5acba73fc6903402ce48213/8.3-rc/trixie/cli/Dockerfile)
+-	[`8.3.26-cli-trixie`, `8.3-cli-trixie`, `8.3.26-trixie`, `8.3-trixie`, `8.3.26-cli`, `8.3-cli`, `8.3.26`, `8.3`](https://github.com/docker-library/php/blob/26be3b1e73b760db9feb3398af30091f948e805d/8.3/trixie/cli/Dockerfile)
 
--	[`8.3.26RC1-apache-trixie`, `8.3-rc-apache-trixie`, `8.3.26RC1-apache`, `8.3-rc-apache`](https://github.com/docker-library/php/blob/3e31d6d88dded986d5acba73fc6903402ce48213/8.3-rc/trixie/apache/Dockerfile)
+-	[`8.3.26-apache-trixie`, `8.3-apache-trixie`, `8.3.26-apache`, `8.3-apache`](https://github.com/docker-library/php/blob/26be3b1e73b760db9feb3398af30091f948e805d/8.3/trixie/apache/Dockerfile)
 
--	[`8.3.26RC1-fpm-trixie`, `8.3-rc-fpm-trixie`, `8.3.26RC1-fpm`, `8.3-rc-fpm`](https://github.com/docker-library/php/blob/3e31d6d88dded986d5acba73fc6903402ce48213/8.3-rc/trixie/fpm/Dockerfile)
+-	[`8.3.26-fpm-trixie`, `8.3-fpm-trixie`, `8.3.26-fpm`, `8.3-fpm`](https://github.com/docker-library/php/blob/26be3b1e73b760db9feb3398af30091f948e805d/8.3/trixie/fpm/Dockerfile)
 
--	[`8.3.26RC1-zts-trixie`, `8.3-rc-zts-trixie`, `8.3.26RC1-zts`, `8.3-rc-zts`](https://github.com/docker-library/php/blob/3e31d6d88dded986d5acba73fc6903402ce48213/8.3-rc/trixie/zts/Dockerfile)
+-	[`8.3.26-zts-trixie`, `8.3-zts-trixie`, `8.3.26-zts`, `8.3-zts`](https://github.com/docker-library/php/blob/26be3b1e73b760db9feb3398af30091f948e805d/8.3/trixie/zts/Dockerfile)
 
--	[`8.3.26RC1-cli-bookworm`, `8.3-rc-cli-bookworm`, `8.3.26RC1-bookworm`, `8.3-rc-bookworm`](https://github.com/docker-library/php/blob/3e31d6d88dded986d5acba73fc6903402ce48213/8.3-rc/bookworm/cli/Dockerfile)
+-	[`8.3.26-cli-bookworm`, `8.3-cli-bookworm`, `8.3.26-bookworm`, `8.3-bookworm`](https://github.com/docker-library/php/blob/26be3b1e73b760db9feb3398af30091f948e805d/8.3/bookworm/cli/Dockerfile)
 
--	[`8.3.26RC1-apache-bookworm`, `8.3-rc-apache-bookworm`](https://github.com/docker-library/php/blob/3e31d6d88dded986d5acba73fc6903402ce48213/8.3-rc/bookworm/apache/Dockerfile)
+-	[`8.3.26-apache-bookworm`, `8.3-apache-bookworm`](https://github.com/docker-library/php/blob/26be3b1e73b760db9feb3398af30091f948e805d/8.3/bookworm/apache/Dockerfile)
 
--	[`8.3.26RC1-fpm-bookworm`, `8.3-rc-fpm-bookworm`](https://github.com/docker-library/php/blob/3e31d6d88dded986d5acba73fc6903402ce48213/8.3-rc/bookworm/fpm/Dockerfile)
+-	[`8.3.26-fpm-bookworm`, `8.3-fpm-bookworm`](https://github.com/docker-library/php/blob/26be3b1e73b760db9feb3398af30091f948e805d/8.3/bookworm/fpm/Dockerfile)
 
--	[`8.3.26RC1-zts-bookworm`, `8.3-rc-zts-bookworm`](https://github.com/docker-library/php/blob/3e31d6d88dded986d5acba73fc6903402ce48213/8.3-rc/bookworm/zts/Dockerfile)
+-	[`8.3.26-zts-bookworm`, `8.3-zts-bookworm`](https://github.com/docker-library/php/blob/26be3b1e73b760db9feb3398af30091f948e805d/8.3/bookworm/zts/Dockerfile)
 
--	[`8.3.26RC1-cli-alpine3.22`, `8.3-rc-cli-alpine3.22`, `8.3.26RC1-alpine3.22`, `8.3-rc-alpine3.22`, `8.3.26RC1-cli-alpine`, `8.3-rc-cli-alpine`, `8.3.26RC1-alpine`, `8.3-rc-alpine`](https://github.com/docker-library/php/blob/3e31d6d88dded986d5acba73fc6903402ce48213/8.3-rc/alpine3.22/cli/Dockerfile)
+-	[`8.3.26-cli-alpine3.22`, `8.3-cli-alpine3.22`, `8.3.26-alpine3.22`, `8.3-alpine3.22`, `8.3.26-cli-alpine`, `8.3-cli-alpine`, `8.3.26-alpine`, `8.3-alpine`](https://github.com/docker-library/php/blob/26be3b1e73b760db9feb3398af30091f948e805d/8.3/alpine3.22/cli/Dockerfile)
 
--	[`8.3.26RC1-fpm-alpine3.22`, `8.3-rc-fpm-alpine3.22`, `8.3.26RC1-fpm-alpine`, `8.3-rc-fpm-alpine`](https://github.com/docker-library/php/blob/3e31d6d88dded986d5acba73fc6903402ce48213/8.3-rc/alpine3.22/fpm/Dockerfile)
+-	[`8.3.26-fpm-alpine3.22`, `8.3-fpm-alpine3.22`, `8.3.26-fpm-alpine`, `8.3-fpm-alpine`](https://github.com/docker-library/php/blob/26be3b1e73b760db9feb3398af30091f948e805d/8.3/alpine3.22/fpm/Dockerfile)
 
--	[`8.3.26RC1-zts-alpine3.22`, `8.3-rc-zts-alpine3.22`, `8.3.26RC1-zts-alpine`, `8.3-rc-zts-alpine`](https://github.com/docker-library/php/blob/3e31d6d88dded986d5acba73fc6903402ce48213/8.3-rc/alpine3.22/zts/Dockerfile)
+-	[`8.3.26-zts-alpine3.22`, `8.3-zts-alpine3.22`, `8.3.26-zts-alpine`, `8.3-zts-alpine`](https://github.com/docker-library/php/blob/26be3b1e73b760db9feb3398af30091f948e805d/8.3/alpine3.22/zts/Dockerfile)
 
--	[`8.3.26RC1-cli-alpine3.21`, `8.3-rc-cli-alpine3.21`, `8.3.26RC1-alpine3.21`, `8.3-rc-alpine3.21`](https://github.com/docker-library/php/blob/3e31d6d88dded986d5acba73fc6903402ce48213/8.3-rc/alpine3.21/cli/Dockerfile)
+-	[`8.3.26-cli-alpine3.21`, `8.3-cli-alpine3.21`, `8.3.26-alpine3.21`, `8.3-alpine3.21`](https://github.com/docker-library/php/blob/26be3b1e73b760db9feb3398af30091f948e805d/8.3/alpine3.21/cli/Dockerfile)
 
--	[`8.3.26RC1-fpm-alpine3.21`, `8.3-rc-fpm-alpine3.21`](https://github.com/docker-library/php/blob/3e31d6d88dded986d5acba73fc6903402ce48213/8.3-rc/alpine3.21/fpm/Dockerfile)
+-	[`8.3.26-fpm-alpine3.21`, `8.3-fpm-alpine3.21`](https://github.com/docker-library/php/blob/26be3b1e73b760db9feb3398af30091f948e805d/8.3/alpine3.21/fpm/Dockerfile)
 
--	[`8.3.26RC1-zts-alpine3.21`, `8.3-rc-zts-alpine3.21`](https://github.com/docker-library/php/blob/3e31d6d88dded986d5acba73fc6903402ce48213/8.3-rc/alpine3.21/zts/Dockerfile)
-
--	[`8.3.25-cli-trixie`, `8.3-cli-trixie`, `8.3.25-trixie`, `8.3-trixie`, `8.3.25-cli`, `8.3-cli`, `8.3.25`, `8.3`](https://github.com/docker-library/php/blob/83e66be94e42088ffa69ad76f41bd1cc9276923b/8.3/trixie/cli/Dockerfile)
-
--	[`8.3.25-apache-trixie`, `8.3-apache-trixie`, `8.3.25-apache`, `8.3-apache`](https://github.com/docker-library/php/blob/83e66be94e42088ffa69ad76f41bd1cc9276923b/8.3/trixie/apache/Dockerfile)
-
--	[`8.3.25-fpm-trixie`, `8.3-fpm-trixie`, `8.3.25-fpm`, `8.3-fpm`](https://github.com/docker-library/php/blob/83e66be94e42088ffa69ad76f41bd1cc9276923b/8.3/trixie/fpm/Dockerfile)
-
--	[`8.3.25-zts-trixie`, `8.3-zts-trixie`, `8.3.25-zts`, `8.3-zts`](https://github.com/docker-library/php/blob/83e66be94e42088ffa69ad76f41bd1cc9276923b/8.3/trixie/zts/Dockerfile)
-
--	[`8.3.25-cli-bookworm`, `8.3-cli-bookworm`, `8.3.25-bookworm`, `8.3-bookworm`](https://github.com/docker-library/php/blob/83e66be94e42088ffa69ad76f41bd1cc9276923b/8.3/bookworm/cli/Dockerfile)
-
--	[`8.3.25-apache-bookworm`, `8.3-apache-bookworm`](https://github.com/docker-library/php/blob/83e66be94e42088ffa69ad76f41bd1cc9276923b/8.3/bookworm/apache/Dockerfile)
-
--	[`8.3.25-fpm-bookworm`, `8.3-fpm-bookworm`](https://github.com/docker-library/php/blob/83e66be94e42088ffa69ad76f41bd1cc9276923b/8.3/bookworm/fpm/Dockerfile)
-
--	[`8.3.25-zts-bookworm`, `8.3-zts-bookworm`](https://github.com/docker-library/php/blob/83e66be94e42088ffa69ad76f41bd1cc9276923b/8.3/bookworm/zts/Dockerfile)
-
--	[`8.3.25-cli-alpine3.22`, `8.3-cli-alpine3.22`, `8.3.25-alpine3.22`, `8.3-alpine3.22`, `8.3.25-cli-alpine`, `8.3-cli-alpine`, `8.3.25-alpine`, `8.3-alpine`](https://github.com/docker-library/php/blob/83e66be94e42088ffa69ad76f41bd1cc9276923b/8.3/alpine3.22/cli/Dockerfile)
-
--	[`8.3.25-fpm-alpine3.22`, `8.3-fpm-alpine3.22`, `8.3.25-fpm-alpine`, `8.3-fpm-alpine`](https://github.com/docker-library/php/blob/83e66be94e42088ffa69ad76f41bd1cc9276923b/8.3/alpine3.22/fpm/Dockerfile)
-
--	[`8.3.25-zts-alpine3.22`, `8.3-zts-alpine3.22`, `8.3.25-zts-alpine`, `8.3-zts-alpine`](https://github.com/docker-library/php/blob/83e66be94e42088ffa69ad76f41bd1cc9276923b/8.3/alpine3.22/zts/Dockerfile)
-
--	[`8.3.25-cli-alpine3.21`, `8.3-cli-alpine3.21`, `8.3.25-alpine3.21`, `8.3-alpine3.21`](https://github.com/docker-library/php/blob/83e66be94e42088ffa69ad76f41bd1cc9276923b/8.3/alpine3.21/cli/Dockerfile)
-
--	[`8.3.25-fpm-alpine3.21`, `8.3-fpm-alpine3.21`](https://github.com/docker-library/php/blob/83e66be94e42088ffa69ad76f41bd1cc9276923b/8.3/alpine3.21/fpm/Dockerfile)
-
--	[`8.3.25-zts-alpine3.21`, `8.3-zts-alpine3.21`](https://github.com/docker-library/php/blob/83e66be94e42088ffa69ad76f41bd1cc9276923b/8.3/alpine3.21/zts/Dockerfile)
+-	[`8.3.26-zts-alpine3.21`, `8.3-zts-alpine3.21`](https://github.com/docker-library/php/blob/26be3b1e73b760db9feb3398af30091f948e805d/8.3/alpine3.21/zts/Dockerfile)
 
 -	[`8.2.29-cli-trixie`, `8.2-cli-trixie`, `8.2.29-trixie`, `8.2-trixie`, `8.2.29-cli`, `8.2-cli`, `8.2.29`, `8.2`](https://github.com/docker-library/php/blob/686f9529f8659f929509a2c3ec2df34a14a4594a/8.2/trixie/cli/Dockerfile)
 

+ 8 - 21
postgres/README.md

@@ -223,20 +223,7 @@ Users who wish to opt-in to this change on older releases can do so by setting `
 
 > **Important Note:** (for PostgreSQL 17 and below) Mount the data volume at `/var/lib/postgresql/data` and not at `/var/lib/postgresql` because mounts at the latter path WILL NOT PERSIST database data when the container is re-created. The Dockerfile that builds the image declares a volume at `/var/lib/postgresql/data` and if no data volume is mounted at that path then the container runtime will automatically create an [anonymous volume](https://docs.docker.com/engine/storage/#volumes) that is not reused across container re-creations. Data will be written to the anonymous volume rather than your intended data volume and won't persist when the container is deleted and re-created.
 
-This optional variable can be used to define another location - like a subdirectory - for the database files. The default is `/var/lib/postgresql/data`. If the data volume you're using is a filesystem mountpoint (like with GCE persistent disks), or remote folder that cannot be chowned to the `postgres` user (like some NFS mounts), or contains folders/files (e.g. `lost+found`), Postgres `initdb` requires a subdirectory to be created within the mountpoint to contain the data.
-
-For example:
-
-```console
-$ docker run -d \
-	--name some-postgres \
-	-e POSTGRES_PASSWORD=mysecretpassword \
-	-e PGDATA=/var/lib/postgresql/data/pgdata \
-	-v /custom/mount:/var/lib/postgresql/data \
-	postgres
-```
-
-This is an environment variable that is not Docker specific. Because the variable is used by the `postgres` server binary (see the [PostgreSQL docs](https://www.postgresql.org/docs/14/app-postgres.html#id-1.9.5.14.7)), the entrypoint script takes it into account.
+This (`PGDATA`) is an environment variable that is not Docker specific. Because the variable is used by the `postgres` server binary (see the [PostgreSQL docs](https://www.postgresql.org/docs/14/app-postgres.html#id-1.9.5.14.7)), the entrypoint script takes it into account.
 
 ## Docker Secrets
 
@@ -325,7 +312,7 @@ When using the Alpine variants, any postgres extension not listed in [postgres-c
 
 As of [docker-library/postgres#253](https://github.com/docker-library/postgres/pull/253), this image supports running as a (mostly) arbitrary user via `--user` on `docker run`. As of [docker-library/postgres#1018](https://github.com/docker-library/postgres/pull/1018), this is also the case for the Alpine variants.
 
-The main caveat to note is that `postgres` doesn't care what UID it runs as (as long as the owner of `/var/lib/postgresql/data` matches), but `initdb` *does* care (and needs the user to exist in `/etc/passwd`):
+The main caveat to note is that `postgres` doesn't care what UID it runs as (as long as the owner of `PGDATA` matches), but `initdb` *does* care (and needs the user to exist in `/etc/passwd`):
 
 ```console
 $ docker run -it --rm --user www-data -e POSTGRES_PASSWORD=mysecretpassword postgres
@@ -351,13 +338,13 @@ The three easiest ways to get around this:
 3.	initialize the target directory separately from the final runtime (with a `chown` in between):
 
 	```console
-	$ docker volume create pgdata
-	$ docker run -it --rm -v pgdata:/var/lib/postgresql/data -e POSTGRES_PASSWORD=mysecretpassword postgres
+	$ docker volume create pg
+	$ docker run -it --rm -v pg:/var/lib/postgresql -e POSTGRES_PASSWORD=mysecretpassword postgres
 	The files belonging to this database system will be owned by user "postgres".
 	...
 	( once it's finished initializing successfully and is waiting for connections, stop it )
-	$ docker run -it --rm -v pgdata:/var/lib/postgresql/data bash chown -R 1000:1000 /var/lib/postgresql/data
-	$ docker run -it --rm --user 1000:1000 -v pgdata:/var/lib/postgresql/data postgres
+	$ docker run -it --rm -v pg:/var/lib/postgresql bash chown -R 1000:1000 /var/lib/postgresql
+	$ docker run -it --rm --user 1000:1000 -v pg:/var/lib/postgresql postgres
 	LOG:  database system was shut down at 2017-01-20 00:03:23 UTC
 	LOG:  MultiXact member wraparound protections are now enabled
 	LOG:  autovacuum launcher started
@@ -383,10 +370,10 @@ The Docker documentation is a good starting point for understanding the differen
 2.	Start your `postgres` container like this:
 
 	```console
-	$ docker run --name some-postgres -v /my/own/datadir:/var/lib/postgresql/data -e POSTGRES_PASSWORD=mysecretpassword -d postgres:tag
+	$ docker run --name some-postgres -v /my/own/datadir:/var/lib/postgresql -e POSTGRES_PASSWORD=mysecretpassword -d postgres:tag
 	```
 
-The `-v /my/own/datadir:/var/lib/postgresql/data` part of the command mounts the `/my/own/datadir` directory from the underlying host system as `/var/lib/postgresql/data` inside the container, where PostgreSQL by default will write its data files.
+The `-v /my/own/datadir:/var/lib/postgresql` part of the command mounts the `/my/own/datadir` directory from the underlying host system as `/var/lib/postgresql` inside the container, where PostgreSQL by default will write its data files.
 
 # Image Variants