.NET 9 Preview 3, Aspire Dashboard, and CBL Mariner 2.0 Distroless extra
images available
#5351
lbussell
announced in
Announcements
Replies: 1 comment
-
Alpine 3.19 ARM32 images are now available again with .NET 9.0 Preview 4: $ docker run --rm mcr.microsoft.com/dotnet/runtime:9.0-preview-alpine-arm32v7 dotnet --list-runtimes
Microsoft.NETCore.App 9.0.0-preview.4.24266.19 [/usr/share/dotnet/shared/Microsoft.NETCore.App] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
.NET 9 Preview 3, Aspire Dashboard, and CBL Mariner 2.0 Distroless
extra
images available.NET 9 Preview 3
Container images for .NET 9 Preview 3 are now available. See the .NET 9 Preview release notes for a summary of what's new.
Note
Alpine ARM32 images are now available again with 9.0 Preview 4. See the comment below.
Due to an issue in the .NET SDK , Alpine 3.19 ARM32 images with 9.0 Preview 3 will not be published.
We are working to have these images re-published in future previews.
You can follow the GitHub issue to see our progress.
Other ARM32 images are unaffected.
Aspire Dashboard (Preview)
Container images for the .NET Aspire Dashboard are now available.
The .NET Aspire Dashboard is a web app to view runtime information about your distributed application.
See the Aspire Dashboard README and the dotnet/aspire repo for more info.
You can try it out by running the following command:
docker run --rm -p 18888:18888 -p 4317:18889 mcr.microsoft.com/dotnet/aspire-dashboard:8.0-preview
CBL Mariner 2.0 Distroless
extra
images for Runtime and ASP.NET CoreCBL Mariner 2.0 Distroless
extra
images are now available for the Runtime and ASP.NET Core repos.See the documentation on .NET Image Variants for more details.
The following image tags have been added:
.NET 8
mcr.microsoft.com/dotnet/runtime:8.0-cbl-mariner2.0-distroless-extra
mcr.microsoft.com/dotnet/aspnet:8.0-cbl-mariner2.0-distroless-extra
mcr.microsoft.com/dotnet/aspnet:8.0-cbl-mariner2.0-distroless-composite-extra
.NET 9 (Preview)
mcr.microsoft.com/dotnet/runtime:9.0-preview-cbl-mariner2.0-distroless-extra
mcr.microsoft.com/dotnet/aspnet:9.0-preview-cbl-mariner2.0-distroless-extra
mcr.microsoft.com/dotnet/aspnet:9.0-preview-cbl-mariner2.0-distroless-composite-extra
Beta Was this translation helpful? Give feedback.
All reactions