Skip to content

Commit 65aa2dc

Browse files
Copilotlbussell
andauthored
Update .NET 10 container breaking change doc to reflect final plans (#49416)
* Initial plan * Update default-images-use-ubuntu.md with latest .NET 10 container image plans Co-authored-by: lbussell <36081148+lbussell@users.noreply.github.com> * Add ai-usage frontmatter to indicate AI assistance Co-authored-by: lbussell <36081148+lbussell@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: lbussell <36081148+lbussell@users.noreply.github.com>
1 parent 145e0c1 commit 65aa2dc

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,17 @@
22
title: "Default .NET container tags now use Ubuntu"
33
description: Learn about the breaking change where the default .NET container tags, like `10.0`, use Ubuntu.
44
ms.date: 2/26/2025
5+
ai-usage: ai-assisted
56
---
67

78
# Default .NET images use Ubuntu
89

910
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.
1011

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

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).
15+
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).
1816

1917
## Version introduced
2018

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

4139
Test your application. This change is unlikely to affect users.
4240

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

4743
N/A

0 commit comments

Comments
 (0)