Skip to content

Commit f002875

Browse files
.NET: 3.1 EOL (#261)
1 parent b1a2835 commit f002875

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
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* | 3.1 / 3.1-focal, 3.1-bullseye, 6.0 /6.0-bullseye, 6.0-jammy, 6.0-focal, 7.0 /7.0-bullseye, 7.0-jammy ([full list](https://mcr.microsoft.com/v2/devcontainers/dotnet/tags/list)) |
12+
| *Available image variants* | 6.0 /6.0-bullseye, 6.0-jammy, 6.0-focal, 7.0 /7.0-bullseye, 7.0-jammy ([full list](https://mcr.microsoft.com/v2/devcontainers/dotnet/tags/list)) |
1313
| *Published image architecture(s)* | x86-64, arm64/aarch64 for `bullseye`, `jammy` variants |
1414
| *Container host OS support* | Linux, macOS, Windows |
1515
| *Container OS* | Ubuntu (`-focal`, `-jammy`), Debian (`-bullseye`) |
@@ -22,7 +22,6 @@ See **[history](history)** for information on the contents of published images.
2222
You can directly reference pre-built versions of `Dockerfile` by using the `image` property in `.devcontainer/devcontainer.json` or updating the `FROM` statement in your own `Dockerfile` to one of the following. An example `Dockerfile` is included in this repository.
2323

2424
- `mcr.microsoft.com/devcontainers/dotnet` (latest)
25-
- `mcr.microsoft.com/devcontainers/dotnet:3.1` (or `3.1-bullseye`, `3.1-focal` to pin to an OS version)
2625
- `mcr.microsoft.com/devcontainers/dotnet:6.0` (or `6.0-bullseye`, `6.0-jammy`, `6.0-focal` to pin to an OS version)
2726
- `mcr.microsoft.com/devcontainers/dotnet:7.0` (or `7.0-bullseye`, `7.0-jammy` to pin to an OS version)
2827

src/dotnet/manifest.json

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
"7.0-jammy",
66
"6.0-bullseye-slim",
77
"6.0-jammy",
8-
"6.0-focal",
9-
"3.1-bullseye",
10-
"3.1-focal"
8+
"6.0-focal"
119
],
1210
"build": {
1311
"latest": "7.0-bullseye-slim",
@@ -34,13 +32,6 @@
3432
],
3533
"6.0-focal": [
3634
"linux/amd64"
37-
],
38-
"3.1-bullseye": [
39-
"linux/amd64",
40-
"linux/arm64"
41-
],
42-
"3.1-focal": [
43-
"linux/amd64"
4435
]
4536
},
4637
"variantTags": {
@@ -51,13 +42,6 @@
5142
"6.0-bullseye-slim": [
5243
"dotnet:${VERSION}-6.0",
5344
"dotnet:${VERSION}-6.0-bullseye"
54-
],
55-
"3.1-focal": [
56-
"dotnet:${VERSION}-3.1",
57-
"dotnetcore:${VERSION}-3.1"
58-
],
59-
"3.1-bullseye": [
60-
"dotnetcore:${VERSION}-3.1-bullseye"
6145
]
6246
}
6347
},

0 commit comments

Comments
 (0)