How to build and push zstd image? #3222
              
                
                  
                  
                    Answered
                  
                  by
                    AkihiroSuda
                  
              
          
                  
                    
                      slonopotamus
                    
                  
                
                  asked this question in
                Q&A
              
            -
| Basically, subj. I do not see options to specify image compression format in neither  There is  Looking at other tools: 
 | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            AkihiroSuda
          
      
      
        Jul 17, 2024 
      
    
    Replies: 1 comment
-
| nerdctl build --output type=image,oci-mediatypes=true,compression=zstd,push=true,name=example.com/foo . | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        AkihiroSuda
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
nerdctl build --output type=image,oci-mediatypes=true,compression=zstd,push=true,name=example.com/foo .