9
9
| * Categories* | Core, Languages |
10
10
| * Image type* | Dockerfile |
11
11
| * 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 ) ) |
13
13
| * Published image architecture(s)* | x86-64, arm64/aarch64 for ` bookworm ` , ` bullseye ` , ` noble ` , ` jammy ` variants |
14
14
| * Container host OS support* | Linux, macOS, Windows |
15
15
| * 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
23
23
24
24
- ` mcr.microsoft.com/devcontainers/dotnet ` (latest)
25
25
- ` 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)
28
27
29
28
30
29
Refer to [ this guide] ( https://containers.dev/guide/dockerfile ) for more details.
31
30
32
31
You can decide how often you want updates by referencing a [ semantic version] ( https://semver.org/ ) of each image. For example:
33
32
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 `
37
36
38
37
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 ) .
39
38
0 commit comments