diff --git a/src/php/README.md b/src/php/README.md index 55a9c977b..c3d346a9f 100644 --- a/src/php/README.md +++ b/src/php/README.md @@ -9,7 +9,7 @@ | *Categories* | Languages | | *Image type* | Dockerfile | | *Published images* | mcr.microsoft.com/devcontainers/php | -| *Available image variants* | 8 / 8-bookworm, 8.3 / 8.3-bookworm, 8.2 / 8.2-bookworm, 8.1 / 8.1-bookworm, 8.0 / 8.0-bookworm, 8-bullseye, 8.3-bullseye, 8.2-bullseye, 8.1-bullseye, 8.0-bullseye, 8-buster, 8.2-buster, 8.1-buster, 8.0-buster ([full list](https://mcr.microsoft.com/v2/devcontainers/php/tags/list)) | +| *Available image variants* | 8 / 8-bookworm, 8.3 / 8.3-bookworm, 8.2 / 8.2-bookworm, 8.1 / 8.1-bookworm, 8-bullseye, 8.3-bullseye, 8.2-bullseye, 8.1-bullseye, 8-buster, 8.2-buster, 8.1-buster ([full list](https://mcr.microsoft.com/v2/devcontainers/php/tags/list)) | | *Published image architecture(s)* | x86-64, arm64/aarch64 for `bookworm`, and `bullseye` variants | | *Container host OS support* | Linux, macOS, Windows | | *Container OS* | Debian | @@ -26,7 +26,6 @@ You can directly reference pre-built versions of `Dockerfile` by using the `imag - `mcr.microsoft.com/devcontainers/php:8.3` (or `8.3-bookworm`, `8.3-bullseye` to pin to an OS version) - `mcr.microsoft.com/devcontainers/php:8.2` (or `8.2-bookworm`, `8.2-bullseye`, `8.2-buster` to pin to an OS version) - `mcr.microsoft.com/devcontainers/php:8.1` (or `8.1-bookworm`, `8.1-bullseye`, `8.1-buster` to pin to an OS version) -- `mcr.microsoft.com/devcontainers/php:8.0` (or `8.0-bullseye`, `8.0-buster` to pin to an OS version) Refer to [this guide](https://containers.dev/guide/dockerfile) for more details. diff --git a/src/php/manifest.json b/src/php/manifest.json index 7a2a85b60..c07b9c795 100644 --- a/src/php/manifest.json +++ b/src/php/manifest.json @@ -7,10 +7,8 @@ "8.3-apache-bullseye", "8.2-apache-bullseye", "8.1-apache-bullseye", - "8.0-apache-bullseye", "8.2-apache-buster", - "8.1-apache-buster", - "8.0-apache-buster" + "8.1-apache-buster" ], "build": { "latest": "8.3-apache-bookworm", @@ -40,18 +38,11 @@ "linux/amd64", "linux/arm64" ], - "8.0-apache-bullseye": [ - "linux/amd64", - "linux/arm64" - ], "8.2-apache-buster": [ "linux/amd64" ], "8.1-apache-buster": [ "linux/amd64" - ], - "8.0-apache-buster": [ - "linux/amd64" ] }, "tags": [ @@ -84,10 +75,6 @@ "8.1-apache-bullseye": [ "php:${VERSION}-8.1-bullseye" ], - "8.0-apache-bullseye": [ - "php:${VERSION}-8.0", - "php:${VERSION}-8.0-bullseye" - ], "8.2-apache-buster": [ "php:${VERSION}-8-buster", "php:${VERSION}-8.2-buster", @@ -95,9 +82,6 @@ ], "8.1-apache-buster": [ "php:${VERSION}-8.1-buster" - ], - "8.0-apache-buster": [ - "php:${VERSION}-8.0-buster" ] } },