Skip to content

Commit 092afdb

Browse files
authored
EOL Dotnet 6.0 (devcontainers#1237)
* EOL Dotnet 6.0 * Update readme.md
1 parent b1b3e59 commit 092afdb

File tree

2 files changed

+2
-29
lines changed

2 files changed

+2
-29
lines changed

src/dotnet/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| *Categories* | Core, Languages |
1010
| *Image type* | Dockerfile |
1111
| *Published images* | mcr.microsoft.com/devcontainers/dotnet |
12-
| *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)) |
12+
| *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)) |
1313
| *Published image architecture(s)* | x86-64, arm64/aarch64 for `bookworm`, `bullseye`, `noble`, `jammy` variants |
1414
| *Container host OS support* | Linux, macOS, Windows |
1515
| *Container OS* | Ubuntu (`-focal`, `-jammy`, `-noble`), Debian (`-bullseye`, `-bookworm`) |
@@ -24,7 +24,6 @@ You can directly reference pre-built versions of `Dockerfile` by using the `imag
2424
- `mcr.microsoft.com/devcontainers/dotnet` (latest)
2525
- `mcr.microsoft.com/devcontainers/dotnet:9.0` (or `9.0-bookworm`, `9.0-noble` to pin to an OS version)
2626
- `mcr.microsoft.com/devcontainers/dotnet:8.0` (or `8.0-bookworm`, `8.0-noble`, `8.0-jammy` to pin to an OS version)
27-
- `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)
2827

2928

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

src/dotnet/manifest.json

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@
55
"9.0-noble",
66
"8.0-bookworm-slim",
77
"8.0-noble",
8-
"8.0-jammy",
9-
"6.0-bookworm-slim",
10-
"6.0-bullseye-slim",
11-
"6.0-jammy",
12-
"6.0-focal"
8+
"8.0-jammy"
139
],
1410
"build": {
1511
"latest": "9.0-bookworm-slim",
@@ -37,21 +33,6 @@
3733
"8.0-jammy": [
3834
"linux/amd64",
3935
"linux/arm64"
40-
],
41-
"6.0-bookworm-slim": [
42-
"linux/amd64",
43-
"linux/arm64"
44-
],
45-
"6.0-bullseye-slim": [
46-
"linux/amd64",
47-
"linux/arm64"
48-
],
49-
"6.0-jammy": [
50-
"linux/amd64",
51-
"linux/arm64"
52-
],
53-
"6.0-focal": [
54-
"linux/amd64"
5536
]
5637
},
5738
"variantTags": {
@@ -62,13 +43,6 @@
6243
"8.0-bookworm-slim": [
6344
"dotnet:${VERSION}-8.0",
6445
"dotnet:${VERSION}-8.0-bookworm"
65-
],
66-
"6.0-bookworm-slim": [
67-
"dotnet:${VERSION}-6.0",
68-
"dotnet:${VERSION}-6.0-bookworm"
69-
],
70-
"6.0-bullseye-slim": [
71-
"dotnet:${VERSION}-6.0-bullseye"
7246
]
7347
}
7448
},

0 commit comments

Comments
 (0)