Skip to content

Commit 74ad7a5

Browse files
KingPinKingPin
authored andcommitted
docs: clarify deprecated tags in README and remove 8.1 from supported tags table
- Remove 8.1 rows from the "Available Tags" table (8.1 is deprecated) - Rewrite "Deprecated Tags" section to list PHP 7.x, 8.0, and 8.1 and keep registry availability note - Update upgrade guidance to recommend PHP 8.2 or 8.3
1 parent 6d16ed5 commit 74ad7a5

1 file changed

Lines changed: 17 additions & 10 deletions

File tree

README.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -321,23 +321,30 @@ Both v1 and v2 variants are available for all combinations below:
321321
| 8.2 | FPM | Alpine | `8.2-fpm-alpine` | `8.2-fpm-alpine-v2` |
322322
| 8.2 | FPM | Bookworm | `8.2-fpm-bookworm` | `8.2-fpm-bookworm-v2` |
323323
| 8.2 | Apache | Bookworm | `8.2-apache-bookworm` | `8.2-apache-bookworm-v2` |
324-
| 8.1 | CLI | Alpine | `8.1-cli-alpine` | `8.1-cli-alpine-v2` |
325-
| 8.1 | CLI | Bookworm | `8.1-cli-bookworm` | `8.1-cli-bookworm-v2` |
326-
| 8.1 | FPM | Alpine | `8.1-fpm-alpine` | `8.1-fpm-alpine-v2` |
327-
| 8.1 | FPM | Bookworm | `8.1-fpm-bookworm` | `8.1-fpm-bookworm-v2` |
328-
| 8.1 | Apache | Bookworm | `8.1-apache-bookworm` | `8.1-apache-bookworm-v2` |
324+
329325

330326
> **Note:** PHP 8.1+ images are built on Bookworm (Debian 12). Bullseye tags redirect to Bookworm for PHP 8.1+.
331327
332328
### Deprecated Tags (v1 only)
333329

334-
PHP 7.x images are available but no longer actively maintained:
330+
The following tags are deprecated and will not be built going forward, but remain available in registries for backwards compatibility:
331+
332+
- PHP 7.x:
333+
- `7-cli-bullseye`, `7-cli-alpine`
334+
- `7-fpm-bullseye`, `7-fpm-alpine`
335+
- `7-apache-bullseye`
336+
337+
- PHP 8.0:
338+
- `8-cli-bullseye`, `8-cli-alpine`
339+
- `8-fpm-bullseye`, `8-fpm-alpine`
340+
- `8-apache-bullseye`
335341

336-
- `7-cli-bullseye`, `7-cli-alpine`
337-
- `7-fpm-bullseye`, `7-fpm-alpine`
338-
- `7-apache-bullseye`
342+
- PHP 8.1:
343+
- `8.1-cli-bullseye`, `8.1-cli-bookworm`, `8.1-cli-alpine`
344+
- `8.1-fpm-bullseye`, `8.1-fpm-bookworm`, `8.1-fpm-alpine`
345+
- `8.1-apache-bullseye`, `8.1-apache-bookworm`
339346

340-
> **Important:** PHP 7.x has reached end-of-life. Please upgrade to PHP 8.1+ for security and performance.
347+
> **Important:** These versions are deprecated. Please upgrade to PHP 8.2 or 8.3 for security and performance.
341348
342349
## 📊 Image Sizes
343350

0 commit comments

Comments
 (0)