Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PHP: EOL 8.0
  • Loading branch information
samruddhikhandale committed Jan 19, 2023
commit 7ac79237d334f117c04baf11b1def24b357eefcd
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-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)) |
| *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)) |
| *Published image architecture(s)* | x86-64, arm64/aarch64 for `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-bullseye`, `8-buster` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/php:8.2` (or `8.2-bullseye`, `8.2-buster` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/php:8.1` (or `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 @@ -3,10 +3,8 @@
"variants": [
"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.2-apache-bullseye",
Expand All @@ -20,18 +18,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 All @@ -49,20 +40,13 @@
"php:${VERSION}-8.1",
"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