Skip to content

Commit

Permalink
Drop the deprecated PHP version 8.0 (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
eljog committed Jan 11, 2024
1 parent 1fff5aa commit af848a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
3 changes: 1 addition & 2 deletions src/php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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.

Expand Down
18 changes: 1 addition & 17 deletions src/php/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -84,20 +75,13 @@
"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",
"php:${VERSION}-buster"
],
"8.1-apache-buster": [
"php:${VERSION}-8.1-buster"
],
"8.0-apache-buster": [
"php:${VERSION}-8.0-buster"
]
}
},
Expand Down

0 comments on commit af848a7

Please sign in to comment.