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
3232You 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
4141See [ 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
0 commit comments