8000 Add Ubuntu Chiseled tags to containers release notes for .NET 10 Prev… · dotnet/core@8e16b8f · GitHub
[go: up one dir, main page]

Skip to content

Commit 8e16b8f

Browse files
authored
Add Ubuntu Chiseled tags to containers release notes for .NET 10 Preview 1 (#9768)
The other containers announcements for .NET 10 Preview 1 all show commands to pull the updated images. This PR adds pull commands to the Ubuntu Chiseled announcement.
1 parent c1574a0 commit 8e16b8f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,13 @@ See [dotnet/core#9652](https://github.com/dotnet/core/issues/9652) for more cont
3838
[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].
3939
The Chisel manifest describes the package contents of the image and can also be used to install additional packages on top of existing Chiseled base images.
4040

41-
For more information, see:
41+
Ubuntu Chiseled base images:
42+
43+
- `docker pull mcr.microsoft.com/dotnet/aspnet:10.0-preview-noble-chiseled`
44+
- `docker pull mcr.microsoft.com/dotnet/runtime:10.0-preview-noble-chiseled`
45+
- `docker pull mcr.microsoft.com/dotnet/runtime-deps:10.0-preview-noble-chiseled`
46+
47+
Other [image variants](https://github.com/dotnet/dotnet-docker/blob/main/documentation/image-variants.md) are also available. For more information, see:
4248

4349
- [How do I install additional packages on Chiseled images?](https://github.com/dotnet/dotnet-docker/blob/main/documentation/ubuntu-chiseled.md#how-do-i-install-additional-packages-on-chiseled-images)
4450
- [Chisel manifest documentation][Chisel manifest]

0 commit comments

Comments
 (0)
0