Use node:alpine docker image
              
              #794
            
            
              
  
  Closed
              
          
                  
                    
                      kinggoesgaming
                    
                  
                
                  started this conversation in
                Ideas
              
            Replies: 1 comment 4 replies
-
| Thanks for the suggestion, but I really don't think cutting the image size by ~25MB (~33%) is really significant enough to justify the downsides like things unexpectedly not working. Especially when you consider most users of the Epic Stack aren't familiar with linux distros at this level. Lots of hours of frustration when things aren't working because they didn't know alpine doesn't support something debian does. | 
Beta Was this translation helpful? Give feedback.
                  
                    4 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.
Uh oh!
There was an error while loading. Please reload this page.
-
In my testing, reduces the image and memory footprint significantly. The only change will be replacing
aptcommands withapkcommands.https://fly.io/blog/fly-with-alpine/
Beta Was this translation helpful? Give feedback.
All reactions