Skip to content

Commit ee5b62d

Browse files
Run update.sh
1 parent 2d65bd9 commit ee5b62d

File tree

5 files changed

+39
-27
lines changed

5 files changed

+39
-27
lines changed

httpd/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ WARNING:
2525
# Supported tags and respective `Dockerfile` links
2626

2727
- [`2.4.59`, `2.4`, `2`, `latest`, `2.4.59-bookworm`, `2.4-bookworm`, `2-bookworm`, `bookworm`](https://github.com/docker-library/httpd/blob/b1cb5ded14f70d67aaa987d3267036884a7320ef/2.4/Dockerfile)
28-
- [`2.4.59-alpine`, `2.4-alpine`, `2-alpine`, `alpine`, `2.4.59-alpine3.19`, `2.4-alpine3.19`, `2-alpine3.19`, `alpine3.19`](https://github.com/docker-library/httpd/blob/082047ae2f5373e3f542f983a7997b8f957ed518/2.4/alpine/Dockerfile)
28+
- [`2.4.59-alpine`, `2.4-alpine`, `2-alpine`, `alpine`, `2.4.59-alpine3.20`, `2.4-alpine3.20`, `2-alpine3.20`, `alpine3.20`](https://github.com/docker-library/httpd/blob/a81495e0b89cc2dc06e4ccccb31c40be040ba618/2.4/alpine/Dockerfile)
2929

3030
# Quick reference (cont.)
3131

3232
- **Where to file issues**:
3333
[https://github.com/docker-library/httpd/issues](https://github.com/docker-library/httpd/issues?q=)
3434

3535
- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
36-
[`amd64`](https://hub.docker.com/r/amd64/httpd/), [`arm32v5`](https://hub.docker.com/r/arm32v5/httpd/), [`arm32v6`](https://hub.docker.com/r/arm32v6/httpd/), [`arm32v7`](https://hub.docker.com/r/arm32v7/httpd/), [`arm64v8`](https://hub.docker.com/r/arm64v8/httpd/), [`i386`](https://hub.docker.com/r/i386/httpd/), [`mips64le`](https://hub.docker.com/r/mips64le/httpd/), [`ppc64le`](https://hub.docker.com/r/ppc64le/httpd/), [`s390x`](https://hub.docker.com/r/s390x/httpd/)
36+
[`amd64`](https://hub.docker.com/r/amd64/httpd/), [`arm32v5`](https://hub.docker.com/r/arm32v5/httpd/), [`arm32v6`](https://hub.docker.com/r/arm32v6/httpd/), [`arm32v7`](https://hub.docker.com/r/arm32v7/httpd/), [`arm64v8`](https://hub.docker.com/r/arm64v8/httpd/), [`i386`](https://hub.docker.com/r/i386/httpd/), [`mips64le`](https://hub.docker.com/r/mips64le/httpd/), [`ppc64le`](https://hub.docker.com/r/ppc64le/httpd/), [`riscv64`](https://hub.docker.com/r/riscv64/httpd/), [`s390x`](https://hub.docker.com/r/s390x/httpd/)
3737

3838
- **Published image artifact details**:
3939
[repo-info repo's `repos/httpd/` directory](https://github.com/docker-library/repo-info/blob/master/repos/httpd) ([history](https://github.com/docker-library/repo-info/commits/master/repos/httpd))

mariadb/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,15 @@ Also see the ["Getting Help with MariaDB" article on the MariaDB Knowledge Base]
2626

2727
# Supported tags and respective `Dockerfile` links
2828

29-
- [`11.4.1-rc-jammy`, `11.4-rc-jammy`, `11.4.1-rc`, `11.4-rc`](https://github.com/MariaDB/mariadb-docker/blob/e0677724cbe9f932a568c8f85bca6c14d460bbb4/11.4/Dockerfile)
30-
- [`11.3.2-jammy`, `11.3-jammy`, `11-jammy`, `jammy`, `11.3.2`, `11.3`, `11`, `latest`](https://github.com/MariaDB/mariadb-docker/blob/e0677724cbe9f932a568c8f85bca6c14d460bbb4/11.3/Dockerfile)
29+
- [`11.5.1-ubi9-rc`, `11.5-ubi9-rc`, `11.5.1-ubi-rc`, `11.5-ubi-rc`](https://github.com/MariaDB/mariadb-docker/blob/eac33f601ec635b4e0ce921efc6ac63884abceaf/11.5-ubi/Dockerfile)
30+
- [`11.5.1-noble-rc`, `11.5-noble-rc`, `11.5.1-rc`, `11.5-rc`](https://github.com/MariaDB/mariadb-docker/blob/7dabf47ac1c0f2f324563f5a0616812bf332f781/11.5/Dockerfile)
31+
- [`11.4.2-ubi9`, `11.4-ubi9`, `11-ubi9`, `lts-ubi9`, `11.4.2-ubi`, `11.4-ubi`, `11-ubi`, `lts-ubi`](https://github.com/MariaDB/mariadb-docker/blob/eac33f601ec635b4e0ce921efc6ac63884abceaf/11.4-ubi/Dockerfile)
32+
- [`11.4.2-noble`, `11.4-noble`, `11-noble`, `noble`, `lts-noble`, `11.4.2`, `11.4`, `11`, `latest`, `lts`](https://github.com/MariaDB/mariadb-docker/blob/4e20774a56c8fb93cec9ee9d4a5b476bc0f8dd0d/11.4/Dockerfile)
3133
- [`11.2.4-jammy`, `11.2-jammy`, `11.2.4`, `11.2`](https://github.com/MariaDB/mariadb-docker/blob/44ed2e231207787c08d56acc94b79d5f06efe006/11.2/Dockerfile)
3234
- [`11.1.5-jammy`, `11.1-jammy`, `11.1.5`, `11.1`](https://github.com/MariaDB/mariadb-docker/blob/44ed2e231207787c08d56acc94b79d5f06efe006/11.1/Dockerfile)
33-
- [`11.0.6-jammy`, `11.0-jammy`, `11.0.6`, `11.0`](https://github.com/MariaDB/mariadb-docker/blob/44ed2e231207787c08d56acc94b79d5f06efe006/11.0/Dockerfile)
34-
- [`10.11.8-jammy`, `10.11-jammy`, `10-jammy`, `lts-jammy`, `10.11.8`, `10.11`, `10`, `lts`](https://github.com/MariaDB/mariadb-docker/blob/44ed2e231207787c08d56acc94b79d5f06efe006/10.11/Dockerfile)
35+
- [`10.11.8-ubi9`, `10.11-ubi9`, `10-ubi9`, `10.11.8-ubi`, `10.11-ubi`, `10-ubi`](https://github.com/MariaDB/mariadb-docker/blob/eac33f601ec635b4e0ce921efc6ac63884abceaf/10.11-ubi/Dockerfile)
36+
- [`10.11.8-jammy`, `10.11-jammy`, `10-jammy`, `10.11.8`, `10.11`, `10`](https://github.com/MariaDB/mariadb-docker/blob/44ed2e231207787c08d56acc94b79d5f06efe006/10.11/Dockerfile)
37+
- [`10.6.18-ubi9`, `10.6-ubi9`, `10.6.18-ubi`, `10.6-ubi`](https://github.com/MariaDB/mariadb-docker/blob/eac33f601ec635b4e0ce921efc6ac63884abceaf/10.6-ubi/Dockerfile)
3538
- [`10.6.18-focal`, `10.6-focal`, `10.6.18`, `10.6`](https://github.com/MariaDB/mariadb-docker/blob/44ed2e231207787c08d56acc94b79d5f06efe006/10.6/Dockerfile)
3639
- [`10.5.25-focal`, `10.5-focal`, `10.5.25`, `10.5`](https://github.com/MariaDB/mariadb-docker/blob/44ed2e231207787c08d56acc94b79d5f06efe006/10.5/Dockerfile)
3740
- [`10.4.34-focal`, `10.4-focal`, `10.4.34`, `10.4`](https://github.com/MariaDB/mariadb-docker/blob/44ed2e231207787c08d56acc94b79d5f06efe006/10.4/Dockerfile)

mongo/README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ WARNING:
2828

2929
## Simple Tags
3030

31-
- [`8.0.0-rc5-jammy`, `8.0-rc-jammy`](https://github.com/docker-library/mongo/blob/a8194fb466e4cfde75babdeed929b09df44c3243/8.0-rc/Dockerfile)
32-
- [`8.0.0-rc5-windowsservercore-ltsc2022`, `8.0-rc-windowsservercore-ltsc2022`](https://github.com/docker-library/mongo/blob/a8194fb466e4cfde75babdeed929b09df44c3243/8.0-rc/windows/windowsservercore-ltsc2022/Dockerfile)
33-
- [`8.0.0-rc5-windowsservercore-1809`, `8.0-rc-windowsservercore-1809`](https://github.com/docker-library/mongo/blob/a8194fb466e4cfde75babdeed929b09df44c3243/8.0-rc/windows/windowsservercore-1809/Dockerfile)
34-
- [`8.0.0-rc5-nanoserver-ltsc2022`, `8.0-rc-nanoserver-ltsc2022`](https://github.com/docker-library/mongo/blob/a8194fb466e4cfde75babdeed929b09df44c3243/8.0-rc/windows/nanoserver-ltsc2022/Dockerfile)
35-
- [`8.0.0-rc5-nanoserver-1809`, `8.0-rc-nanoserver-1809`](https://github.com/docker-library/mongo/blob/a8194fb466e4cfde75babdeed929b09df44c3243/8.0-rc/windows/nanoserver-1809/Dockerfile)
31+
- [`8.0.0-rc6-jammy`, `8.0-rc-jammy`](https://github.com/docker-library/mongo/blob/5d41e404dc9ddd05ca88e8dd21b61396e7305447/8.0-rc/Dockerfile)
32+
- [`8.0.0-rc6-windowsservercore-ltsc2022`, `8.0-rc-windowsservercore-ltsc2022`](https://github.com/docker-library/mongo/blob/5d41e404dc9ddd05ca88e8dd21b61396e7305447/8.0-rc/windows/windowsservercore-ltsc2022/Dockerfile)
33+
- [`8.0.0-rc6-windowsservercore-1809`, `8.0-rc-windowsservercore-1809`](https://github.com/docker-library/mongo/blob/5d41e404dc9ddd05ca88e8dd21b61396e7305447/8.0-rc/windows/windowsservercore-1809/Dockerfile)
34+
- [`8.0.0-rc6-nanoserver-ltsc2022`, `8.0-rc-nanoserver-ltsc2022`](https://github.com/docker-library/mongo/blob/5d41e404dc9ddd05ca88e8dd21b61396e7305447/8.0-rc/windows/nanoserver-ltsc2022/Dockerfile)
35+
- [`8.0.0-rc6-nanoserver-1809`, `8.0-rc-nanoserver-1809`](https://github.com/docker-library/mongo/blob/5d41e404dc9ddd05ca88e8dd21b61396e7305447/8.0-rc/windows/nanoserver-1809/Dockerfile)
3636
- [`7.0.11-jammy`, `7.0-jammy`, `7-jammy`, `jammy`](https://github.com/docker-library/mongo/blob/ea20b1f96f8a64f988bdcc03bb7cb234377c220c/7.0/Dockerfile)
3737
- [`7.0.11-windowsservercore-ltsc2022`, `7.0-windowsservercore-ltsc2022`, `7-windowsservercore-ltsc2022`, `windowsservercore-ltsc2022`](https://github.com/docker-library/mongo/blob/ea20b1f96f8a64f988bdcc03bb7cb234377c220c/7.0/windows/windowsservercore-ltsc2022/Dockerfile)
3838
- [`7.0.11-windowsservercore-1809`, `7.0-windowsservercore-1809`, `7-windowsservercore-1809`, `windowsservercore-1809`](https://github.com/docker-library/mongo/blob/ea20b1f96f8a64f988bdcc03bb7cb234377c220c/7.0/windows/windowsservercore-1809/Dockerfile)
@@ -56,16 +56,16 @@ WARNING:
5656

5757
## Shared Tags
5858

59-
- `8.0.0-rc5`, `8.0-rc`:
60-
- [`8.0.0-rc5-jammy`](https://github.com/docker-library/mongo/blob/a8194fb466e4cfde75babdeed929b09df44c3243/8.0-rc/Dockerfile)
61-
- [`8.0.0-rc5-windowsservercore-ltsc2022`](https://github.com/docker-library/mongo/blob/a8194fb466e4cfde75babdeed929b09df44c3243/8.0-rc/windows/windowsservercore-ltsc2022/Dockerfile)
62-
- [`8.0.0-rc5-windowsservercore-1809`](https://github.com/docker-library/mongo/blob/a8194fb466e4cfde75babdeed929b09df44c3243/8.0-rc/windows/windowsservercore-1809/Dockerfile)
63-
- `8.0.0-rc5-windowsservercore`, `8.0-rc-windowsservercore`:
64-
- [`8.0.0-rc5-windowsservercore-ltsc2022`](https://github.com/docker-library/mongo/blob/a8194fb466e4cfde75babdeed929b09df44c3243/8.0-rc/windows/windowsservercore-ltsc2022/Dockerfile)
65-
- [`8.0.0-rc5-windowsservercore-1809`](https://github.com/docker-library/mongo/blob/a8194fb466e4cfde75babdeed929b09df44c3243/8.0-rc/windows/windowsservercore-1809/Dockerfile)
66-
- `8.0.0-rc5-nanoserver`, `8.0-rc-nanoserver`:
67-
- [`8.0.0-rc5-nanoserver-ltsc2022`](https://github.com/docker-library/mongo/blob/a8194fb466e4cfde75babdeed929b09df44c3243/8.0-rc/windows/nanoserver-ltsc2022/Dockerfile)
68-
- [`8.0.0-rc5-nanoserver-1809`](https://github.com/docker-library/mongo/blob/a8194fb466e4cfde75babdeed929b09df44c3243/8.0-rc/windows/nanoserver-1809/Dockerfile)
59+
- `8.0.0-rc6`, `8.0-rc`:
60+
- [`8.0.0-rc6-jammy`](https://github.com/docker-library/mongo/blob/5d41e404dc9ddd05ca88e8dd21b61396e7305447/8.0-rc/Dockerfile)
61+
- [`8.0.0-rc6-windowsservercore-ltsc2022`](https://github.com/docker-library/mongo/blob/5d41e404dc9ddd05ca88e8dd21b61396e7305447/8.0-rc/windows/windowsservercore-ltsc2022/Dockerfile)
62+
- [`8.0.0-rc6-windowsservercore-1809`](https://github.com/docker-library/mongo/blob/5d41e404dc9ddd05ca88e8dd21b61396e7305447/8.0-rc/windows/windowsservercore-1809/Dockerfile)
63+
- `8.0.0-rc6-windowsservercore`, `8.0-rc-windowsservercore`:
64+
- [`8.0.0-rc6-windowsservercore-ltsc2022`](https://github.com/docker-library/mongo/blob/5d41e404dc9ddd05ca88e8dd21b61396e7305447/8.0-rc/windows/windowsservercore-ltsc2022/Dockerfile)
65+
- [`8.0.0-rc6-windowsservercore-1809`](https://github.com/docker-library/mongo/blob/5d41e404dc9ddd05ca88e8dd21b61396e7305447/8.0-rc/windows/windowsservercore-1809/Dockerfile)
66+
- `8.0.0-rc6-nanoserver`, `8.0-rc-nanoserver`:
67+
- [`8.0.0-rc6-nanoserver-ltsc2022`](https://github.com/docker-library/mongo/blob/5d41e404dc9ddd05ca88e8dd21b61396e7305447/8.0-rc/windows/nanoserver-ltsc2022/Dockerfile)
68+
- [`8.0.0-rc6-nanoserver-1809`](https://github.com/docker-library/mongo/blob/5d41e404dc9ddd05ca88e8dd21b61396e7305447/8.0-rc/windows/nanoserver-1809/Dockerfile)
6969
- `7.0.11`, `7.0`, `7`, `latest`:
7070
- [`7.0.11-jammy`](https://github.com/docker-library/mongo/blob/ea20b1f96f8a64f988bdcc03bb7cb234377c220c/7.0/Dockerfile)
7171
- [`7.0.11-windowsservercore-ltsc2022`](https://github.com/docker-library/mongo/blob/ea20b1f96f8a64f988bdcc03bb7cb234377c220c/7.0/windows/windowsservercore-ltsc2022/Dockerfile)

ruby/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ WARNING:
3030
- [`3.4.0-preview1-slim-bullseye`, `3.4-rc-slim-bullseye`](https://github.com/docker-library/ruby/blob/bfd3f474cdaef7cf5ed6741bef80355c62e9ba2f/3.4-rc/slim-bullseye/Dockerfile)
3131
- [`3.4.0-preview1-alpine3.20`, `3.4-rc-alpine3.20`, `3.4.0-preview1-alpine`, `3.4-rc-alpine`](https://github.com/docker-library/ruby/blob/a4c6c26df171630eca259b1254a8b374c2eb0a43/3.4-rc/alpine3.20/Dockerfile)
3232
- [`3.4.0-preview1-alpine3.19`, `3.4-rc-alpine3.19`](https://github.com/docker-library/ruby/blob/bfd3f474cdaef7cf5ed6741bef80355c62e9ba2f/3.4-rc/alpine3.19/Dockerfile)
33-
- [`3.3.1-bookworm`, `3.3-bookworm`, `3-bookworm`, `bookworm`, `3.3.1`, `3.3`, `3`, `latest`](https://github.com/docker-library/ruby/blob/53646d3dc96008bd20218a4d9aeb5695619fb4f7/3.3/bookworm/Dockerfile)
34-
- [`3.3.1-slim-bookworm`, `3.3-slim-bookworm`, `3-slim-bookworm`, `slim-bookworm`, `3.3.1-slim`, `3.3-slim`, `3-slim`, `slim`](https://github.com/docker-library/ruby/blob/53646d3dc96008bd20218a4d9aeb5695619fb4f7/3.3/slim-bookworm/Dockerfile)
35-
- [`3.3.1-bullseye`, `3.3-bullseye`, `3-bullseye`, `bullseye`](https://github.com/docker-library/ruby/blob/53646d3dc96008bd20218a4d9aeb5695619fb4f7/3.3/bullseye/Dockerfile)
36-
- [`3.3.1-slim-bullseye`, `3.3-slim-bullseye`, `3-slim-bullseye`, `slim-bullseye`](https://github.com/docker-library/ruby/blob/53646d3dc96008bd20218a4d9aeb5695619fb4f7/3.3/slim-bullseye/Dockerfile)
37-
- [`3.3.1-alpine3.20`, `3.3-alpine3.20`, `3-alpine3.20`, `alpine3.20`, `3.3.1-alpine`, `3.3-alpine`, `3-alpine`, `alpine`](https://github.com/docker-library/ruby/blob/a4c6c26df171630eca259b1254a8b374c2eb0a43/3.3/alpine3.20/Dockerfile)
38-
- [`3.3.1-alpine3.19`, `3.3-alpine3.19`, `3-alpine3.19`, `alpine3.19`](https://github.com/docker-library/ruby/blob/53646d3dc96008bd20218a4d9aeb5695619fb4f7/3.3/alpine3.19/Dockerfile)
33+
- [`3.3.2-bookworm`, `3.3-bookworm`, `3-bookworm`, `bookworm`, `3.3.2`, `3.3`, `3`, `latest`](https://github.com/docker-library/ruby/blob/c5a28011c2bdefb4861ab10ab203dd9e948c0325/3.3/bookworm/Dockerfile)
34+
- [`3.3.2-slim-bookworm`, `3.3-slim-bookworm`, `3-slim-bookworm`, `slim-bookworm`, `3.3.2-slim`, `3.3-slim`, `3-slim`, `slim`](https://github.com/docker-library/ruby/blob/c5a28011c2bdefb4861ab10ab203dd9e948c0325/3.3/slim-bookworm/Dockerfile)
35+
- [`3.3.2-bullseye`, `3.3-bullseye`, `3-bullseye`, `bullseye`](https://github.com/docker-library/ruby/blob/c5a28011c2bdefb4861ab10ab203dd9e948c0325/3.3/bullseye/Dockerfile)
36+
- [`3.3.2-slim-bullseye`, `3.3-slim-bullseye`, `3-slim-bullseye`, `slim-bullseye`](https://github.com/docker-library/ruby/blob/c5a28011c2bdefb4861ab10ab203dd9e948c0325/3.3/slim-bullseye/Dockerfile)
37+
- [`3.3.2-alpine3.20`, `3.3-alpine3.20`, `3-alpine3.20`, `alpine3.20`, `3.3.2-alpine`, `3.3-alpine`, `3-alpine`, `alpine`](https://github.com/docker-library/ruby/blob/c5a28011c2bdefb4861ab10ab203dd9e948c0325/3.3/alpine3.20/Dockerfile)
38+
- [`3.3.2-alpine3.19`, `3.3-alpine3.19`, `3-alpine3.19`, `alpine3.19`](https://github.com/docker-library/ruby/blob/c5a28011c2bdefb4861ab10ab203dd9e948c0325/3.3/alpine3.19/Dockerfile)
3939
- [`3.2.4-bookworm`, `3.2-bookworm`, `3.2.4`, `3.2`](https://github.com/docker-library/ruby/blob/53646d3dc96008bd20218a4d9aeb5695619fb4f7/3.2/bookworm/Dockerfile)
4040
- [`3.2.4-slim-bookworm`, `3.2-slim-bookworm`, `3.2.4-slim`, `3.2-slim`](https://github.com/docker-library/ruby/blob/53646d3dc96008bd20218a4d9aeb5695619fb4f7/3.2/slim-bookworm/Dockerfile)
4141
- [`3.2.4-bullseye`, `3.2-bullseye`](https://github.com/docker-library/ruby/blob/53646d3dc96008bd20218a4d9aeb5695619fb4f7/3.2/bullseye/Dockerfile)

wordpress/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@ WARNING:
3636
- [`cli-2.10.0-php8.1`, `cli-2.10-php8.1`, `cli-2-php8.1`, `cli-php8.1`](https://github.com/docker-library/wordpress/blob/509adb58cbc7463a03e317931df65868ec8a3e92/cli/php8.1/alpine/Dockerfile)
3737
- [`cli-2.10.0`, `cli-2.10`, `cli-2`, `cli`, `cli-2.10.0-php8.2`, `cli-2.10-php8.2`, `cli-2-php8.2`, `cli-php8.2`](https://github.com/docker-library/wordpress/blob/509adb58cbc7463a03e317931df65868ec8a3e92/cli/php8.2/alpine/Dockerfile)
3838
- [`cli-2.10.0-php8.3`, `cli-2.10-php8.3`, `cli-2-php8.3`, `cli-php8.3`](https://github.com/docker-library/wordpress/blob/509adb58cbc7463a03e317931df65868ec8a3e92/cli/php8.3/alpine/Dockerfile)
39+
- [`beta-6.5.4-RC1-php8.1-apache`, `beta-6.5.4-php8.1-apache`, `beta-6.5-php8.1-apache`, `beta-6-php8.1-apache`, `beta-php8.1-apache`, `beta-6.5.4-RC1-php8.1`, `beta-6.5.4-php8.1`, `beta-6.5-php8.1`, `beta-6-php8.1`, `beta-php8.1`](https://github.com/docker-library/wordpress/blob/a62e6724aec26ea8e48aa5adcd5de6c7300fd86d/beta/php8.1/apache/Dockerfile)
40+
- [`beta-6.5.4-RC1-php8.1-fpm`, `beta-6.5.4-php8.1-fpm`, `beta-6.5-php8.1-fpm`, `beta-6-php8.1-fpm`, `beta-php8.1-fpm`](https://github.com/docker-library/wordpress/blob/a62e6724aec26ea8e48aa5adcd5de6c7300fd86d/beta/php8.1/fpm/Dockerfile)
41+
- [`beta-6.5.4-RC1-php8.1-fpm-alpine`, `beta-6.5.4-php8.1-fpm-alpine`, `beta-6.5-php8.1-fpm-alpine`, `beta-6-php8.1-fpm-alpine`, `beta-php8.1-fpm-alpine`](https://github.com/docker-library/wordpress/blob/a62e6724aec26ea8e48aa5adcd5de6c7300fd86d/beta/php8.1/fpm-alpine/Dockerfile)
42+
- [`beta-6.5.4-RC1-apache`, `beta-6.5.4-apache`, `beta-6.5-apache`, `beta-6-apache`, `beta-apache`, `beta-6.5.4-RC1`, `beta-6.5.4`, `beta-6.5`, `beta-6`, `beta`, `beta-6.5.4-RC1-php8.2-apache`, `beta-6.5.4-php8.2-apache`, `beta-6.5-php8.2-apache`, `beta-6-php8.2-apache`, `beta-php8.2-apache`, `beta-6.5.4-RC1-php8.2`, `beta-6.5.4-php8.2`, `beta-6.5-php8.2`, `beta-6-php8.2`, `beta-php8.2`](https://github.com/docker-library/wordpress/blob/a62e6724aec26ea8e48aa5adcd5de6c7300fd86d/beta/php8.2/apache/Dockerfile)
43+
- [`beta-6.5.4-RC1-fpm`, `beta-6.5.4-fpm`, `beta-6.5-fpm`, `beta-6-fpm`, `beta-fpm`, `beta-6.5.4-RC1-php8.2-fpm`, `beta-6.5.4-php8.2-fpm`, `beta-6.5-php8.2-fpm`, `beta-6-php8.2-fpm`, `beta-php8.2-fpm`](https://github.com/docker-library/wordpress/blob/a62e6724aec26ea8e48aa5adcd5de6c7300fd86d/beta/php8.2/fpm/Dockerfile)
44+
- [`beta-6.5.4-RC1-fpm-alpine`, `beta-6.5.4-fpm-alpine`, `beta-6.5-fpm-alpine`, `beta-6-fpm-alpine`, `beta-fpm-alpine`, `beta-6.5.4-RC1-php8.2-fpm-alpine`, `beta-6.5.4-php8.2-fpm-alpine`, `beta-6.5-php8.2-fpm-alpine`, `beta-6-php8.2-fpm-alpine`, `beta-php8.2-fpm-alpine`](https://github.com/docker-library/wordpress/blob/a62e6724aec26ea8e48aa5adcd5de6c7300fd86d/beta/php8.2/fpm-alpine/Dockerfile)
45+
- [`beta-6.5.4-RC1-php8.3-apache`, `beta-6.5.4-php8.3-apache`, `beta-6.5-php8.3-apache`, `beta-6-php8.3-apache`, `beta-php8.3-apache`, `beta-6.5.4-RC1-php8.3`, `beta-6.5.4-php8.3`, `beta-6.5-php8.3`, `beta-6-php8.3`, `beta-php8.3`](https://github.com/docker-library/wordpress/blob/a62e6724aec26ea8e48aa5adcd5de6c7300fd86d/beta/php8.3/apache/Dockerfile)
46+
- [`beta-6.5.4-RC1-php8.3-fpm`, `beta-6.5.4-php8.3-fpm`, `beta-6.5-php8.3-fpm`, `beta-6-php8.3-fpm`, `beta-php8.3-fpm`](https://github.com/docker-library/wordpress/blob/a62e6724aec26ea8e48aa5adcd5de6c7300fd86d/beta/php8.3/fpm/Dockerfile)
47+
- [`beta-6.5.4-RC1-php8.3-fpm-alpine`, `beta-6.5.4-php8.3-fpm-alpine`, `beta-6.5-php8.3-fpm-alpine`, `beta-6-php8.3-fpm-alpine`, `beta-php8.3-fpm-alpine`](https://github.com/docker-library/wordpress/blob/a62e6724aec26ea8e48aa5adcd5de6c7300fd86d/beta/php8.3/fpm-alpine/Dockerfile)
3948

4049
# Quick reference (cont.)
4150

0 commit comments

Comments
 (0)