Skip to content

Commit

Permalink
EOL Dotnet 6.0 (devcontainers#1237)
Browse files Browse the repository at this point in the history
* EOL Dotnet 6.0

* Update readme.md
  • Loading branch information
Mathiyarasy authored Feb 3, 2025
1 parent b1b3e59 commit 092afdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 29 deletions.
3 changes: 1 addition & 2 deletions src/dotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
| *Categories* | Core, Languages |
| *Image type* | Dockerfile |
| *Published images* | mcr.microsoft.com/devcontainers/dotnet |
| *Available image variants* | 9.0 /9.0-bookworm, 8.0 /8.0-bookworm, 9.0-noble, 8.0-noble, 8.0-jammy, 6.0 /6.0-bookworm, 6.0-bullseye, 6.0-jammy, 6.0-focal ([full list](https://mcr.microsoft.com/v2/devcontainers/dotnet/tags/list)) |
| *Available image variants* | 9.0 /9.0-bookworm, 8.0 /8.0-bookworm, 9.0-noble, 8.0-noble, 8.0-jammy ([full list](https://mcr.microsoft.com/v2/devcontainers/dotnet/tags/list)) |
| *Published image architecture(s)* | x86-64, arm64/aarch64 for `bookworm`, `bullseye`, `noble`, `jammy` variants |
| *Container host OS support* | Linux, macOS, Windows |
| *Container OS* | Ubuntu (`-focal`, `-jammy`, `-noble`), Debian (`-bullseye`, `-bookworm`) |
Expand All @@ -24,7 +24,6 @@ You can directly reference pre-built versions of `Dockerfile` by using the `imag
- `mcr.microsoft.com/devcontainers/dotnet` (latest)
- `mcr.microsoft.com/devcontainers/dotnet:9.0` (or `9.0-bookworm`, `9.0-noble` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/dotnet:8.0` (or `8.0-bookworm`, `8.0-noble`, `8.0-jammy` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/dotnet:6.0` (or `6.0-bookworm`, `6.0-bullseye`, `6.0-jammy`, `6.0-focal` to pin to an OS version)


Refer to [this guide](https://containers.dev/guide/dockerfile) for more details.
Expand Down
28 changes: 1 addition & 27 deletions src/dotnet/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@
"9.0-noble",
"8.0-bookworm-slim",
"8.0-noble",
"8.0-jammy",
"6.0-bookworm-slim",
"6.0-bullseye-slim",
"6.0-jammy",
"6.0-focal"
"8.0-jammy"
],
"build": {
"latest": "9.0-bookworm-slim",
Expand Down Expand Up @@ -37,21 +33,6 @@
"8.0-jammy": [
"linux/amd64",
"linux/arm64"
],
"6.0-bookworm-slim": [
"linux/amd64",
"linux/arm64"
],
"6.0-bullseye-slim": [
"linux/amd64",
"linux/arm64"
],
"6.0-jammy": [
"linux/amd64",
"linux/arm64"
],
"6.0-focal": [
"linux/amd64"
]
},
"variantTags": {
Expand All @@ -62,13 +43,6 @@
"8.0-bookworm-slim": [
"dotnet:${VERSION}-8.0",
"dotnet:${VERSION}-8.0-bookworm"
],
"6.0-bookworm-slim": [
"dotnet:${VERSION}-6.0",
"dotnet:${VERSION}-6.0-bookworm"
],
"6.0-bullseye-slim": [
"dotnet:${VERSION}-6.0-bullseye"
]
}
},
Expand Down

0 comments on commit 092afdb

Please sign in to comment.