.NET 5.0 Support for Windows Server Core Containers #3676
mthalman
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.
-
.NET 5.0 Support for Windows Server Core Containers
Based on community feedback and data analysis, we've recognized the demand for producing .NET Docker images for Windows Server Core. These images are available with the release of .NET 5.0. This should help satisfy scenarios where Nano Server doesn't provide the necessary dependencies that are required to execute certain APIs. Examples of this are some APIs within the
System.DirectoryServices
andSystem.Drawing.Common
namespaces.Details
The
5.0-windowsservercore-ltsc2019
tag is now available for thesdk
,aspnet
, andruntime
repositories. Support for Windows Server Core will be limited to LTSC versions of Windows.Related Issues
Beta Was this translation helpful? Give feedback.
All reactions