Windows Server Core and Nano Server 2025 images are now available #6228
lbussell
announced in
Announcements
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Windows Server Core and Nano Server 2025 container images have been released for .NET 8 and .NET 9. To consume this new version of Windows Server, you'll need to use one of the
nanoserver
orwindowsservercore
tags with theltsc2025
suffix:.NET 8
docker pull mcr.microsoft.com/dotnet/sdk:8.0-nanoserver-ltsc2025
docker pull mcr.microsoft.com/dotnet/aspnet:8.0-nanoserver-ltsc2025
docker pull mcr.microsoft.com/dotnet/runtime:8.0-nanoserver-ltsc2025
docker pull mcr.microsoft.com/dotnet/sdk:8.0-windowsservercore-ltsc2025
docker pull mcr.microsoft.com/dotnet/aspnet:8.0-windowsservercore-ltsc2025
docker pull mcr.microsoft.com/dotnet/runtime:8.0-windowsservercore-ltsc2025
.NET 9
docker pull mcr.microsoft.com/dotnet/sdk:9.0-nanoserver-ltsc2025
docker pull mcr.microsoft.com/dotnet/aspnet:9.0-nanoserver-ltsc2025
docker pull mcr.microsoft.com/dotnet/runtime:9.0-nanoserver-ltsc2025
docker pull mcr.microsoft.com/dotnet/sdk:9.0-windowsservercore-ltsc2025
docker pull mcr.microsoft.com/dotnet/aspnet:9.0-windowsservercore-ltsc2025
docker pull mcr.microsoft.com/dotnet/runtime:9.0-windowsservercore-ltsc2025
Details
See the full list of tags:
Beta Was this translation helpful? Give feedback.
All reactions