Skip to content

Commit

Permalink
EOL PHP 8.1 (#1239)
Browse files Browse the repository at this point in the history
* Update manifest.json EOL PHP 8.1

* Update README.md EOL PHP 8.1
  • Loading branch information
Kaniska244 authored Dec 20, 2024
1 parent a00b2d5 commit 8ab31b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 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-bullseye, 8.3-bullseye, 8.2-bullseye, 8.1-bullseye ([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-bullseye, 8.3-bullseye, 8.2-bullseye ([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 @@ -25,7 +25,6 @@ You can directly reference pre-built versions of `Dockerfile` by using the `imag
- `mcr.microsoft.com/devcontainers/php:8` (or `8-bookworm`, `8-bullseye` to pin to an OS version)
- `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` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/php:8.1` (or `8.1-bookworm`, `8.1-bullseye` to pin to an OS version)

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

Expand Down
21 changes: 2 additions & 19 deletions src/php/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
"variants": [
"8.3-apache-bookworm",
"8.2-apache-bookworm",
"8.1-apache-bookworm",
"8.3-apache-bullseye",
"8.2-apache-bullseye",
"8.1-apache-bullseye"
"8.2-apache-bullseye"
],
"build": {
"latest": "8.3-apache-bookworm",
Expand All @@ -20,21 +18,13 @@
"linux/amd64",
"linux/arm64"
],
"8.1-apache-bookworm": [
"linux/amd64",
"linux/arm64"
],
"8.3-apache-bullseye": [
"linux/amd64",
"linux/arm64"
],
"8.2-apache-bullseye": [
"linux/amd64",
"linux/arm64"
],
"8.1-apache-bullseye": [
"linux/amd64",
"linux/arm64"
]
},
"tags": [
Expand All @@ -52,20 +42,13 @@
"php:${VERSION}-8.2",
"php:${VERSION}-8.2-bookworm"
],
"8.1-apache-bookworm": [
"php:${VERSION}-8.1",
"php:${VERSION}-8.1-bookworm"
],
"8.3-apache-bullseye": [
"php:${VERSION}-8-bullseye",
"php:${VERSION}-8.3-bullseye",
"php:${VERSION}-bullseye"
],
"8.2-apache-bullseye": [
"php:${VERSION}-8.2-bullseye"
],
"8.1-apache-bullseye": [
"php:${VERSION}-8.1-bullseye"
]
}
},
Expand Down Expand Up @@ -98,4 +81,4 @@
}
}
}
}
}

0 comments on commit 8ab31b2

Please sign in to comment.