|
3 | 3 | .NET 10 Preview 1 includes the following updates for container images:
|
4 | 4 |
|
5 | 5 | - [`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) |
7 | 6 | - [Ubuntu Chiseled images now contain the Chisel manifest](#ubuntu-chiseled-images-now-contain-the-chisel-manifest)
|
8 | 7 |
|
9 | 8 | ## `10.0-preview` tags use Ubuntu 24.04
|
10 | 9 |
|
11 | 10 | The default OS for .NET tags has been changed from Debian to Ubuntu.
|
12 | 11 | 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. |
15 | 12 |
|
16 | 13 | - `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" |
19 | 15 |
|
20 | 16 | For more information, see:
|
21 | 17 |
|
| 18 | +- [Platforms for .NET 10 container images](https://github.com/dotnet/dotnet-docker/discussions/6539) |
22 | 19 | - [.NET containers supported platforms](https://github.com/dotnet/dotnet-docker/blob/main/documentation/supported-platforms.md)
|
23 | 20 | - [Proposal: Switch to Ubuntu for .NET convenience tags (dotnet/dotnet-docker#5709)](https://github.com/dotnet/dotnet-docker/discussions/5709)
|
24 | 21 |
|
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 |
| - |
36 | 22 | ## Ubuntu Chiseled images now contain the Chisel manifest
|
37 | 23 |
|
38 | 24 | [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].
|
|
0 commit comments