The runtime-deps src for dotnet 5 with alpine 3.14 amd64 currently unavailable #3166
              
                
                  
                  
                    Answered
                  
                  by
                    mthalman
                  
              
          
                  
                    
                      hxiao-godaddy
                    
                  
                
                  asked this question in
                Q&A
              
            -
| 
         Is this something on the radar? Currently, the 5.0.10-alpine3.14-amd64 link in the Linux amd64 Tags table even points to the src of dotnet 3.1 runtime-deps.  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            mthalman
          
      
      
        Sep 23, 2021 
      
    
    Replies: 1 comment 1 reply
-
| 
         That's correct and it's by design. The image produced by building that runtime-deps Dockerfile located in the 3.1 directory is shared by all versions (3.1, 5.0, 6.0). In other words, we build the image once and tag it for all those versions. So there's only one Dockerfile. There are several benefits to this: 
  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
      Answer selected by
        hxiao-godaddy
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
That's correct and it's by design. The image produced by building that runtime-deps Dockerfile located in the 3.1 directory is shared by all versions (3.1, 5.0, 6.0). In other words, we build the image once and tag it for all those versions. So there's only one Dockerfile. There are several benefits to this: