From 7c16cffa674eb2815d5f22a1741a45a6c81f1089 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 22 Oct 2025 18:06:24 +0000 Subject: [PATCH 1/3] Initial plan From 2d54acdf505fd2435478d8cc77dbb8c7fb5d08a9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 22 Oct 2025 18:10:04 +0000 Subject: [PATCH 2/3] Update default-images-use-ubuntu.md with latest .NET 10 container image plans Co-authored-by: lbussell <36081148+lbussell@users.noreply.github.com> --- .../containers/10.0/default-images-use-ubuntu.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/docs/core/compatibility/containers/10.0/default-images-use-ubuntu.md b/docs/core/compatibility/containers/10.0/default-images-use-ubuntu.md index 289ecb27134e7..06900f6beecf3 100644 --- a/docs/core/compatibility/containers/10.0/default-images-use-ubuntu.md +++ b/docs/core/compatibility/containers/10.0/default-images-use-ubuntu.md @@ -8,13 +8,10 @@ ms.date: 2/26/2025 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. -Debian images are still produced and supported. They can be referenced using the `-trixie-slim` suffix. +- `docker pull mcr.microsoft.com/dotnet/sdk:10.0` - Refers to Ubuntu 24.04 "Noble Numbat" +- `docker pull mcr.microsoft.com/dotnet/sdk:10.0-noble` - Refers to Ubuntu 24.04 "Noble Numbat" -- `docker pull mcr.microsoft.com/dotnet/sdk:10.0-preview` - Refers to Ubuntu 24.04 "Noble Numbat" -- `docker pull mcr.microsoft.com/dotnet/sdk:10.0-preview-noble` - Refers to Ubuntu 24.04 "Noble Numbat" -- `docker pull mcr.microsoft.com/dotnet/sdk:10.0-preview-trixie-slim` - Refers to Debian 13 "Trixie" - -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). +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). ## Version introduced @@ -40,8 +37,6 @@ Debian and .NET release cycles (for mainline support) are the same length, while Test your application. This change is unlikely to affect users. -If you prefer Debian or have a dependency on it, use a Debian specific tag, such as `10.0-preview-trixie-slim`. - ## Affected APIs N/A From 73b83be1024152875b9b4a743629bb9849e8a2a3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 22 Oct 2025 20:51:28 +0000 Subject: [PATCH 3/3] Add ai-usage frontmatter to indicate AI assistance Co-authored-by: lbussell <36081148+lbussell@users.noreply.github.com> --- .../compatibility/containers/10.0/default-images-use-ubuntu.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/core/compatibility/containers/10.0/default-images-use-ubuntu.md b/docs/core/compatibility/containers/10.0/default-images-use-ubuntu.md index 06900f6beecf3..bba3504a2ba5a 100644 --- a/docs/core/compatibility/containers/10.0/default-images-use-ubuntu.md +++ b/docs/core/compatibility/containers/10.0/default-images-use-ubuntu.md @@ -2,6 +2,7 @@ title: "Default .NET container tags now use Ubuntu" description: Learn about the breaking change where the default .NET container tags, like `10.0`, use Ubuntu. ms.date: 2/26/2025 +ai-usage: ai-assisted --- # Default .NET images use Ubuntu