Skip to content

Commit 3f01ac5

Browse files
sireeshajonnalagaddaCopilotKaniska244
authored
Dotnet 10.0.0 noble (#1645)
* Add support for latest dotnet(10.0-noble) LTS version * Modified Readme * version bump * Update src/dotnet/README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Kaniska <kaniska244@github.com>
1 parent afd3c11 commit 3f01ac5

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

src/dotnet/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG VARIANT=9.0-bookworm-slim
1+
ARG VARIANT=10.0-noble
22
FROM mcr.microsoft.com/dotnet/sdk:${VARIANT}
33
ENV PATH $PATH:/home/vscode/.dotnet:/home/vscode/.dotnet/tools
44

src/dotnet/README.md

Lines changed: 7 additions & 7 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* | 10.0, 9.0 /9.0-bookworm, 8.0 /8.0-bookworm, 10.0-noble, 9.0-noble, 8.0-noble, 8.0-jammy ([full list](https://mcr.microsoft.com/v2/devcontainers/dotnet/tags/list)) |
12+
| *Available image variants* | 10.0 /10.0-noble, 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`) |
@@ -31,12 +31,12 @@ Refer to [this guide](https://containers.dev/guide/dockerfile) for more details.
3131

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

34-
- `mcr.microsoft.com/devcontainers/dotnet:1-10.0-preview`
35-
- `mcr.microsoft.com/devcontainers/dotnet:1.4-10.0-preview`
36-
- `mcr.microsoft.com/devcontainers/dotnet:1.4.0-10.0-preview`
37-
- `mcr.microsoft.com/devcontainers/dotnet:1-9.0`
38-
- `mcr.microsoft.com/devcontainers/dotnet:1.4-9.0`
39-
- `mcr.microsoft.com/devcontainers/dotnet:1.4.0-9.0`
34+
- `mcr.microsoft.com/devcontainers/dotnet:2-10.0-noble`
35+
- `mcr.microsoft.com/devcontainers/dotnet:2.0-10.0-noble`
36+
- `mcr.microsoft.com/devcontainers/dotnet:2.0.0-10.0-noble`
37+
- `mcr.microsoft.com/devcontainers/dotnet:2-9.0`
38+
- `mcr.microsoft.com/devcontainers/dotnet:2.0-9.0`
39+
- `mcr.microsoft.com/devcontainers/dotnet:2.0.0-9.0`
4040

4141
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).
4242

src/dotnet/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.5.5",
2+
"version": "2.0.0",
33
"variants": [
44
"10.0-noble",
55
"9.0-bookworm-slim",
@@ -9,7 +9,7 @@
99
"8.0-jammy"
1010
],
1111
"build": {
12-
"latest": "9.0-bookworm-slim",
12+
"latest": "10.0-noble",
1313
"rootDistro": "debian",
1414
"tags": [
1515
"dotnet:${VERSION}-${VARIANT}"

0 commit comments

Comments
 (0)