Skip to content

Commit eca3fbb

Browse files
[dotnet] - 7.0 & 6.0 EOL for noble (#1171)
* [dotnet] - 7.0 & 6.0 EOL for noble * change to minor version of dotnet * remove .net 7 for all variants and .net 6 for noble variant only * changes to readme.md file
1 parent d5fad24 commit eca3fbb

File tree

2 files changed

+5
-38
lines changed

2 files changed

+5
-38
lines changed

src/dotnet/README.md

+5-6
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* | 8.0 /8.0-bookworm, 8.0-noble, 8.0-jammy, 7.0 /7.0-bookworm, 7.0-bullseye, 7.0-noble, 7.0-jammy, 6.0 /6.0-bookworm, 6.0-bullseye, 6.0-noble, 6.0-jammy, 6.0-focal ([full list](https://mcr.microsoft.com/v2/devcontainers/dotnet/tags/list)) |
12+
| *Available image variants* | 8.0 /8.0-bookworm, 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)) |
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`) |
@@ -23,17 +23,16 @@ You can directly reference pre-built versions of `Dockerfile` by using the `imag
2323

2424
- `mcr.microsoft.com/devcontainers/dotnet` (latest)
2525
- `mcr.microsoft.com/devcontainers/dotnet:8.0` (or `8.0-bookworm`, `8.0-noble`, `8.0-jammy` to pin to an OS version)
26-
- `mcr.microsoft.com/devcontainers/dotnet:7.0` (or `7.0-bookworm`, `7.0-bullseye`,`7.0-noble`, `7.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-noble`, `6.0-jammy`, `6.0-focal` to pin to an OS version)
26+
- `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.
3130

3231
You can decide how often you want updates by referencing a [semantic version](https://semver.org/) of each image. For example:
3332

34-
- `mcr.microsoft.com/devcontainers/dotnet:1-7.0`
35-
- `mcr.microsoft.com/devcontainers/dotnet:1.0-7.0`
36-
- `mcr.microsoft.com/devcontainers/dotnet:1.0.0-7.0`
33+
- `mcr.microsoft.com/devcontainers/dotnet:1-8.0`
34+
- `mcr.microsoft.com/devcontainers/dotnet:1.0-8.0`
35+
- `mcr.microsoft.com/devcontainers/dotnet:1.0.0-8.0`
3736

3837
See [history](history) for information on the contents of each version and [here for a complete list of available tags](https://mcr.microsoft.com/v2/devcontainers/dotnet/tags/list).
3938

src/dotnet/manifest.json

-32
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,8 @@
44
"8.0-bookworm-slim",
55
"8.0-noble",
66
"8.0-jammy",
7-
"7.0-bookworm-slim",
8-
"7.0-bullseye-slim",
9-
"7.0-noble",
10-
"7.0-jammy",
117
"6.0-bookworm-slim",
128
"6.0-bullseye-slim",
13-
"6.0-noble",
149
"6.0-jammy",
1510
"6.0-focal"
1611
],
@@ -33,22 +28,6 @@
3328
"linux/amd64",
3429
"linux/arm64"
3530
],
36-
"7.0-bookworm-slim": [
37-
"linux/amd64",
38-
"linux/arm64"
39-
],
40-
"7.0-bullseye-slim": [
41-
"linux/amd64",
42-
"linux/arm64"
43-
],
44-
"7.0-noble": [
45-
"linux/amd64",
46-
"linux/arm64"
47-
],
48-
"7.0-jammy": [
49-
"linux/amd64",
50-
"linux/arm64"
51-
],
5231
"6.0-bookworm-slim": [
5332
"linux/amd64",
5433
"linux/arm64"
@@ -57,10 +36,6 @@
5736
"linux/amd64",
5837
"linux/arm64"
5938
],
60-
"6.0-noble": [
61-
"linux/amd64",
62-
"linux/arm64"
63-
],
6439
"6.0-jammy": [
6540
"linux/amd64",
6641
"linux/arm64"
@@ -74,13 +49,6 @@
7449
"dotnet:${VERSION}-8.0",
7550
"dotnet:${VERSION}-8.0-bookworm"
7651
],
77-
"7.0-bookworm-slim": [
78-
"dotnet:${VERSION}-7.0",
79-
"dotnet:${VERSION}-7.0-bookworm"
80-
],
81-
"7.0-bullseye-slim": [
82-
"dotnet:${VERSION}-7.0-bullseye"
83-
],
8452
"6.0-bookworm-slim": [
8553
"dotnet:${VERSION}-6.0",
8654
"dotnet:${VERSION}-6.0-bookworm"

0 commit comments

Comments
 (0)