Windows Server, version 2004 no longer supported by .NET #3701
                  
                    
                      mthalman
                    
                  
                
                  announced in
                Announcements
              
            Replies: 1 comment
-
| 
         I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.  | 
  
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.
-
Windows Server, version 2004 no longer supported by .NET
Windows Server, version 2004 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-2004are 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 2004, manifest tags no longer include entries for Windows 10, version 2004, and Windows Server, version 2004. 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 hostno matching manifest for windows/amd64 in the manifest list entriesno matching manifest for unknown in the manifest list entriesIf you need to still use Nano Server, version 2004 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
5.0-nanoserver-2004.Beta Was this translation helpful? Give feedback.
All reactions