Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 950 Bytes

File metadata and controls

24 lines (18 loc) · 950 Bytes

Container images in .NET 11 Preview 3 - Release Notes

Here's a summary of what's new for .NET container images in this Preview 3 release:

.NET container images are now signed

All .NET container images now are now cryptographically signed by Microsoft according to the Notary Project specification. See the image signatures documentation for the latest documentation on inspecting and verifying image signatures.

Use the Notation CLI or the ORAS CLI to see details about signature artifacts:

notation inspect mcr.microsoft.com/dotnet/sdk:11.0.100-preview.3
oras discover mcr.microsoft.com/dotnet/sdk:11.0.100-preview.3