Skip to content

Commit 8ab31b2

Browse files
authored
EOL PHP 8.1 (#1239)
* Update manifest.json EOL PHP 8.1 * Update README.md EOL PHP 8.1
1 parent a00b2d5 commit 8ab31b2

File tree

2 files changed

+3
-21
lines changed

2 files changed

+3
-21
lines changed

src/php/README.md

+1-2
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-bullseye, 8.3-bullseye, 8.2-bullseye, 8.1-bullseye ([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-bullseye, 8.3-bullseye, 8.2-bullseye ([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 |
@@ -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-bookworm`, `8-bullseye` to pin to an OS version)
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` to pin to an OS version)
28-
- `mcr.microsoft.com/devcontainers/php:8.1` (or `8.1-bookworm`, `8.1-bullseye` 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

+2-19
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
"variants": [
44
"8.3-apache-bookworm",
55
"8.2-apache-bookworm",
6-
"8.1-apache-bookworm",
76
"8.3-apache-bullseye",
8-
"8.2-apache-bullseye",
9-
"8.1-apache-bullseye"
7+
"8.2-apache-bullseye"
108
],
119
"build": {
1210
"latest": "8.3-apache-bookworm",
@@ -20,21 +18,13 @@
2018
"linux/amd64",
2119
"linux/arm64"
2220
],
23-
"8.1-apache-bookworm": [
24-
"linux/amd64",
25-
"linux/arm64"
26-
],
2721
"8.3-apache-bullseye": [
2822
"linux/amd64",
2923
"linux/arm64"
3024
],
3125
"8.2-apache-bullseye": [
3226
"linux/amd64",
3327
"linux/arm64"
34-
],
35-
"8.1-apache-bullseye": [
36-
"linux/amd64",
37-
"linux/arm64"
3828
]
3929
},
4030
"tags": [
@@ -52,20 +42,13 @@
5242
"php:${VERSION}-8.2",
5343
"php:${VERSION}-8.2-bookworm"
5444
],
55-
"8.1-apache-bookworm": [
56-
"php:${VERSION}-8.1",
57-
"php:${VERSION}-8.1-bookworm"
58-
],
5945
"8.3-apache-bullseye": [
6046
"php:${VERSION}-8-bullseye",
6147
"php:${VERSION}-8.3-bullseye",
6248
"php:${VERSION}-bullseye"
6349
],
6450
"8.2-apache-bullseye": [
6551
"php:${VERSION}-8.2-bullseye"
66-
],
67-
"8.1-apache-bullseye": [
68-
"php:${VERSION}-8.1-bullseye"
6952
]
7053
}
7154
},
@@ -98,4 +81,4 @@
9881
}
9982
}
10083
}
101-
}
84+
}

0 commit comments

Comments
 (0)