Skip to content

Commit 301ff2e

Browse files
PHP: EOL 8.0 (#344)
1 parent eabc0ee commit 301ff2e

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-bullseye, 8.2 / 8.2-bullseye, 8.1 / 8.1-bullseye, 8.0 / 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-bullseye, 8.2 / 8.2-bullseye, 8.1 / 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 `bullseye` variants |
1414
| *Container host OS support* | Linux, macOS, Windows |
1515
| *Container OS* | Debian |
@@ -25,7 +25,6 @@ You can directly reference pre-built versions of `Dockerfile` by using the `imag
2525
- `mcr.microsoft.com/devcontainers/php:8` (or `8-bullseye`, `8-buster` to pin to an OS version)
2626
- `mcr.microsoft.com/devcontainers/php:8.2` (or `8.2-bullseye`, `8.2-buster` to pin to an OS version)
2727
- `mcr.microsoft.com/devcontainers/php:8.1` (or `8.1-bullseye`, `8.1-buster` to pin to an OS version)
28-
- `mcr.microsoft.com/devcontainers/php:8.0` (or `8.0-bullseye`, `8.0-buster` to pin to an OS version)
2928

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

src/php/manifest.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
"variants": [
44
"8.2-apache-bullseye",
55
"8.1-apache-bullseye",
6-
"8.0-apache-bullseye",
76
"8.2-apache-buster",
8-
"8.1-apache-buster",
9-
"8.0-apache-buster"
7+
"8.1-apache-buster"
108
],
119
"build": {
1210
"latest": "8.2-apache-bullseye",
@@ -20,18 +18,11 @@
2018
"linux/amd64",
2119
"linux/arm64"
2220
],
23-
"8.0-apache-bullseye": [
24-
"linux/amd64",
25-
"linux/arm64"
26-
],
2721
"8.2-apache-buster": [
2822
"linux/amd64"
2923
],
3024
"8.1-apache-buster": [
3125
"linux/amd64"
32-
],
33-
"8.0-apache-buster": [
34-
"linux/amd64"
3526
]
3627
},
3728
"tags": [
@@ -49,20 +40,13 @@
4940
"php:${VERSION}-8.1",
5041
"php:${VERSION}-8.1-bullseye"
5142
],
52-
"8.0-apache-bullseye": [
53-
"php:${VERSION}-8.0",
54-
"php:${VERSION}-8.0-bullseye"
55-
],
5643
"8.2-apache-buster": [
5744
"php:${VERSION}-8-buster",
5845
"php:${VERSION}-8.2-buster",
5946
"php:${VERSION}-buster"
6047
],
6148
"8.1-apache-buster": [
6249
"php:${VERSION}-8.1-buster"
63-
],
64-
"8.0-apache-buster": [
65-
"php:${VERSION}-8.0-buster"
6650
]
6751
}
6852
},

0 commit comments

Comments
 (0)