Delay in publishing new manifest list tags for .NET 8 and 9 images #6527
Closed
lbussell
announced in
Announcements
Replies: 1 comment
-
The MAR issue is resolved and all images and tags have now been published. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Due to a publishing issue with the Microsoft Artifact Registry, new manifest list tags for .NET 8 and 9 have not been published yet.
Manifest list tags are multi-arch or floating tags like
mcr.microsoft.com/dotnet/runtime:8.0
ormcr.microsoft.com/dotnet/sdk:9.0-alpine
.If you need the latest .NET versions, you can reference them with the platform-specific tags for now:
mcr.microsoft.com/dotnet/runtime-deps:8.0.18-$OS-$ARCH
mcr.microsoft.com/dotnet/runtime:8.0.18-$OS-$ARCH
mcr.microsoft.com/dotnet/aspnet:8.0.18-$OS-$ARCH
mcr.microsoft.com/dotnet/sdk:8.0.412-$OS-$ARCH
mcr.microsoft.com/dotnet/runtime-deps:9.0.7-$OS-$ARCH
mcr.microsoft.com/dotnet/runtime:9.0.7-$OS-$ARCH
mcr.microsoft.com/dotnet/aspnet:9.0.7-$OS-$ARCH
mcr.microsoft.com/dotnet/sdk:9.0.302-$OS-$ARCH
Where
$OS
and$ARCH
are your choice of operating system and architecture, respectively. For example,mcr.microsoft.com/dotnet/runtime:8.0.18-bookworm-slim-amd64
.This announcement will be updated once the publishing issue is resolved and manifest list tags have been published.
Release notes: .NET July 2025 Update - .NET 8.0.18 and .NET 9.0.7
Beta Was this translation helpful? Give feedback.
All reactions