Skip to content

Commit af848a7

Browse files
authored
Drop the deprecated PHP version 8.0 (devcontainers#896)
1 parent 1fff5aa commit af848a7

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

src/php/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| *Categories* | Languages |
1010
| *Image type* | Dockerfile |
1111
| *Published images* | mcr.microsoft.com/devcontainers/php |
12-
| *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)) |
12+
| *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)) |
1313
| *Published image architecture(s)* | x86-64, arm64/aarch64 for `bookworm`, and `bullseye` variants |
1414
| *Container host OS support* | Linux, macOS, Windows |
1515
| *Container OS* | Debian |
@@ -26,7 +26,6 @@ You can directly reference pre-built versions of `Dockerfile` by using the `imag
2626
- `mcr.microsoft.com/devcontainers/php:8.3` (or `8.3-bookworm`, `8.3-bullseye` to pin to an OS version)
2727
- `mcr.microsoft.com/devcontainers/php:8.2` (or `8.2-bookworm`, `8.2-bullseye`, `8.2-buster` to pin to an OS version)
2828
- `mcr.microsoft.com/devcontainers/php:8.1` (or `8.1-bookworm`, `8.1-bullseye`, `8.1-buster` to pin to an OS version)
29-
- `mcr.microsoft.com/devcontainers/php:8.0` (or `8.0-bullseye`, `8.0-buster` to pin to an OS version)
3029

3130
Refer to [this guide](https://containers.dev/guide/dockerfile) for more details.
3231

src/php/manifest.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
77
"8.3-apache-bullseye",
88
"8.2-apache-bullseye",
99
"8.1-apache-bullseye",
10-
"8.0-apache-bullseye",
1110
"8.2-apache-buster",
12-
"8.1-apache-buster",
13-
"8.0-apache-buster"
11+
"8.1-apache-buster"
1412
],
1513
"build": {
1614
"latest": "8.3-apache-bookworm",
@@ -40,18 +38,11 @@
4038
"linux/amd64",
4139
"linux/arm64"
4240
],
43-
"8.0-apache-bullseye": [
44-
"linux/amd64",
45-
"linux/arm64"
46-
],
4741
"8.2-apache-buster": [
4842
"linux/amd64"
4943
],
5044
"8.1-apache-buster": [
5145
"linux/amd64"
52-
],
53-
"8.0-apache-buster": [
54-
"linux/amd64"
5546
]
5647
},
5748
"tags": [
@@ -84,20 +75,13 @@
8475
"8.1-apache-bullseye": [
8576
"php:${VERSION}-8.1-bullseye"
8677
],
87-
"8.0-apache-bullseye": [
88-
"php:${VERSION}-8.0",
89-
"php:${VERSION}-8.0-bullseye"
90-
],
9178
"8.2-apache-buster": [
9279
"php:${VERSION}-8-buster",
9380
"php:${VERSION}-8.2-buster",
9481
"php:${VERSION}-buster"
9582
],
9683
"8.1-apache-buster": [
9784
"php:${VERSION}-8.1-buster"
98-
],
99-
"8.0-apache-buster": [
100-
"php:${VERSION}-8.0-buster"
10185
]
10286
}
10387
},

0 commit comments

Comments
 (0)