Alpine 3.11 images no longer supported by .NET Core #3671
                  
                    
                      MichaelSimons
                    
                  
                
                  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.
-
Alpine 3.11 images no longer supported by .NET Core
Alpine 3.12 images were released June 9, 2020, per the .NET Core Docker platform support policy, Alpine 3.11 images will no longer be supported after Sept 9, 2020.
Support statements:
Details
Docker tags containing
alpine3.11will no longer be produced. We will not delete existing images or those tags, however, they contain unsupported builds of Alpine and .NET Core.If you are using one of the .NET Core Alpine 3.11 tags such as
3.1-alpine3.11or2.1-alpine3.11, we strongly recommended that you upgrade to use an Alpine 3.12 tag such as3.1-alpine3.12and2.1-alpine3.12. Alternatively you can use a floating tag for Alpine such as3.1-alpineor2.1-alpine. By using a floating tag, you will always be using the latest version of Alpine.The following Docker repos have been updated:
Beta Was this translation helpful? Give feedback.
All reactions