Skip to content

Windows Server, version 1709 no longer Supported by .NET Framework #105

Open

Description

Windows Server, version 1709 no longer Supported by .NET Framework

Windows Server, version 1709 is no longer supported. As a result, this version of Windows is no longer supported by the .NET Team and we will no longer produce .NET Framework container images for those Windows versions.

Support statements:

Discussion

Please share your thoughts on this change and see what others are saying at:

Details

Docker tags that contain windowsservercore-1709 are no longer be produced. We will not delete existing images or those tags, however, they contain unsupported builds of Windows Server and .NET Framework.

Pulling manifest tags

These changes also affect manifest tags (AKA “multi-arch tags“), such as 4.7.1, and 4.7.2. These are tags that are supported on multiple operating systems and versions, and do not contain the operating system in them. As a result of no longer producing new images for Windows Server, version 1709, manifest tags no longer include entries for Windows 10, version 1709, and Windows Server,version 1709. That means that .NET Core 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.17134-based image is incompatible with a 10.0.16299 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 Windows Server, version 1709 images (even though they are no longer supported), you will need to use tags that include the Windows Server version (these are non-manifest tags), for example mcr.microsoft.com/dotnet/framework/runtime:4.7.2-windowsservercore-1709 or mcr.microsoft.com/dotnet/framework/sdk:4.7.2-windowsservercore-1709.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions