Windows Server, version 20H2 no longer supported by .NET #4005
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
-
Windows Server, version 20H2 no longer supported by .NET
Windows Server, version 20H2 is no longer supported. As a result, this version of Windows is no longer supported by .NET and we will no longer produce .NET container images for this Windows version.
Support statements:
Details
Docker tags that contain
nanoserver-20H2
are no longer being produced. We will not delete existing images or those tags. However, they contain unsupported builds of Nano Server and .NET.Pulling manifest tags
These changes also affect manifest tags (AKA “multi-arch tags“), such as
6.0
,6.0.0
. These are tags that are supported on multiple operating systems, and do not contain the operating system in them. As a result of no longer producing new images for Windows Server, version 20H2, manifest tags no longer include entries for Windows 10, version 20H2, and Windows Server, version 20H2. That means that .NET manifest tags are no longer usable on those Windows versions.If you pull a manifest tag on one of the Windows versions described, you may get one of the following error messages:
a Windows version 10.0.XXXXX-based image is incompatible with a 10.0.19042.1889 host
no matching manifest for windows/amd64 in the manifest list entries
no matching manifest for unknown in the manifest list entries
If you need to still use Nano Server, version 20H2 images (even though it is no longer supported), you will need to use tags that include the Nano Server version (these are non-manifest tags), for example
6.0-nanoserver-20H2
.Beta Was this translation helpful? Give feedback.
All reactions