Skip to content

Commit 40b0f07

Browse files
authored
Remove references to Debian 13 Trixie (#10025)
1 parent 2f243ea commit 40b0f07

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

release-notes/10.0/preview/preview1/containers.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,22 @@
33
.NET 10 Preview 1 includes the following updates for container images:
44

55
- [`10.0-preview` tags use Ubuntu 24.04](#100-preview-tags-use-ubuntu-2404)
6-
- [Debian images use Debian 13 "Trixie"](#debian-images-use-debian-13-trixie)
76
- [Ubuntu Chiseled images now contain the Chisel manifest](#ubuntu-chiseled-images-now-contain-the-chisel-manifest)
87

98
## `10.0-preview` tags use Ubuntu 24.04
109

1110
The default OS for .NET tags has been changed from Debian to Ubuntu.
1211
This applies to all .NET tags that do not explicitly specify an OS.
13-
Debian images are still produced and supported.
14-
They can be referenced using the `-trixie-slim` suffix.
1512

1613
- `docker pull mcr.microsoft.com/dotnet/sdk:10.0-preview` - Refers to Ubuntu 24.04 "Noble Numbat"
17-
- `docker pull mcr.microsoft.com/dotnet/sdk:10.0-preview-noble` - Refers to Ubuntu 24.04 "Noble Numbat"
18-
- `docker pull mcr.microsoft.com/dotnet/sdk:10.0-preview-trixie-slim` - Refers to Debian 13 "Trixie"
14+
- `docker pull mcr.microsoft.com/dotnet/sdk:10.0-preview-noble` - Also refers to Ubuntu 24.04 "Noble Numbat"
1915

2016
For more information, see:
2117

18+
- [Platforms for .NET 10 container images](https://github.com/dotnet/dotnet-docker/discussions/6539)
2219
- [.NET containers supported platforms](https://github.com/dotnet/dotnet-docker/blob/main/documentation/supported-platforms.md)
2320
- [Proposal: Switch to Ubuntu for .NET convenience tags (dotnet/dotnet-docker#5709)](https://github.com/dotnet/dotnet-docker/discussions/5709)
2421

25-
## Debian images use Debian 13 "Trixie"
26-
27-
New images for Debian 13 "Trixie" have been added for .NET 10.
28-
29-
See [dotnet/core#9652](https://github.com/dotnet/core/issues/9652) for more context.
30-
31-
- `docker pull mcr.microsoft.com/dotnet/sdk:10.0-preview-trixie-slim`
32-
- `docker pull mcr.microsoft.com/dotnet/aspnet:10.0-preview-trixie-slim`
33-
- `docker pull mcr.microsoft.com/dotnet/runtime:10.0-preview-trixie-slim`
34-
- `docker pull mcr.microsoft.com/dotnet/runtime-deps:10.0-preview-trixie-slim`
35-
3622
## Ubuntu Chiseled images now contain the Chisel manifest
3723

3824
[Ubuntu Chiseled](https://github.com/dotnet/dotnet-docker/edit/main/documentation/ubuntu-chiseled.md) images are a type of distroless container image that contain only the minimal set of packages .NET needs, with everything else removed. New for .NET 10, Ubuntu Chiseled images include the [Chisel manifest].

release-notes/10.0/preview/preview2/containers.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ The following images have been added to the `dotnet/sdk` repo:
2222
- `10.0-noble-preview-aot` (Also tagged as `10.0-preview-aot`)
2323
- `10.0-preview-alpine-aot`
2424
- `10.0-preview-azurelinux3.0-aot`
25-
- `10.0-preview-trixie-aot`
2625

2726
For more information, see:
2827

0 commit comments

Comments
 (0)