Here's a summary of what's new in container images in this preview release:
Native AOT .NET apps have faster startup time, smaller memory footprints, and can run on machines that don't have the .NET runtime installed.
For .NET 10, we are publishing new .NET SDK image variants that support building Native AOT apps.
The images are intended for two primary scenarios:
- Building container images that contain a Native AOT app, using the SDK image in a multi-stage Dockerfile
- Building Native AOT .NET executables using the SDK image as a containerized build environment
See the .NET Native AOT Dockerfile samples for details on how to use the new Native AOT SDK images.
The following images have been added to the dotnet/sdk repo:
10.0-noble-preview-aot(Also tagged as10.0-preview-aot)10.0-preview-alpine-aot10.0-preview-azurelinux3.0-aot
For more information, see: