Skip to content

Commit 2d54acd

Browse files
Copilotlbussell
andcommitted
Update default-images-use-ubuntu.md with latest .NET 10 container image plans
Co-authored-by: lbussell <[email protected]>
1 parent 7c16cff commit 2d54acd

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

docs/core/compatibility/containers/10.0/default-images-use-ubuntu.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,10 @@ ms.date: 2/26/2025
88

99
The default Linux distro for .NET tags has been changed from Debian to Ubuntu. This applies to all .NET tags that do not explicitly specify an OS.
1010

11-
Debian images are still produced and supported. They can be referenced using the `-trixie-slim` suffix.
11+
- `docker pull mcr.microsoft.com/dotnet/sdk:10.0` - Refers to Ubuntu 24.04 "Noble Numbat"
12+
- `docker pull mcr.microsoft.com/dotnet/sdk:10.0-noble` - Refers to Ubuntu 24.04 "Noble Numbat"
1213

13-
- `docker pull mcr.microsoft.com/dotnet/sdk:10.0-preview` - Refers to Ubuntu 24.04 "Noble Numbat"
14-
- `docker pull mcr.microsoft.com/dotnet/sdk:10.0-preview-noble` - Refers to Ubuntu 24.04 "Noble Numbat"
15-
- `docker pull mcr.microsoft.com/dotnet/sdk:10.0-preview-trixie-slim` - Refers to Debian 13 "Trixie"
16-
17-
The same change will apply to `10.0` tags once the `-preview` suffix is removed. This change was proposed in [dotnet-docker #5709](https://github.com/dotnet/dotnet-docker/discussions/5709).
14+
For more information about the container image platforms available at .NET 10's launch, see [dotnet-docker #6539](https://github.com/dotnet/dotnet-docker/discussions/6539). This change was proposed in [dotnet-docker #6526](https://github.com/dotnet/dotnet-docker/issues/6526).
1815

1916
## Version introduced
2017

@@ -40,8 +37,6 @@ Debian and .NET release cycles (for mainline support) are the same length, while
4037

4138
Test your application. This change is unlikely to affect users.
4239

43-
If you prefer Debian or have a dependency on it, use a Debian specific tag, such as `10.0-preview-trixie-slim`.
44-
4540
## Affected APIs
4641

4742
N/A

0 commit comments

Comments
 (0)