Dropping support for .NET Core Docker for Windows ARM32 architecture #3664
                  
                    
                      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.
-
Dropping support for .NET Core Docker for Windows ARM32 architecture
The .NET team will no longer produce and support .NET Core Docker images for the Windows ARM32 architecture, as of May 12, 2020. This change only affects Windows version 1809, which is currently the only Windows version available for ARM32. At this time, there are no plans to provide .NET Docker images for the Windows ARM32 architecture going forward. This change was made due to low usage of this image variant.
We will continue supporting ARM32 and ARM64 images for Linux, and no change in that support is expected or planned.
If you would like to author your own Dockerfile to support this architecture, check out Installing .NET Core in a Dockerfile. The last published version of the .NET Core Dockerfiles for Windows 1809 ARM can be found in commit 5e9b849. For example, .NET Core 3.1 runtime Dockerfile.
The following Docker tags are affected and will still be available to pull but will no longer be updated or serviced:
Any attempt to pull the following multi-arch Docker tags on a Windows ARM machine will result in an error similar to
no matching manifest for windows/arm32 in the manifest list entriesbecause a Windows ARM image will no longer be available for that tag:Beta Was this translation helpful? Give feedback.
All reactions