mirror of
				https://github.com/containers/podman.git
				synced 2025-11-04 00:50:15 +08:00 
			
		
		
		
	podman save: add --uncompressed
				
					
				
			Add an option to `podman save` to allow uncompressed layers when copying OCI images. Do the neccessary plumbing for the remote client, add tests and vendor in the latest commit from c/common to fetch the neccessary changes in libimage. Closes: #11613 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
		
							
								
								
									
										1
									
								
								vendor/github.com/containers/common/pkg/config/default.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								vendor/github.com/containers/common/pkg/config/default.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@ -198,7 +198,6 @@ func DefaultConfig() (*Config, error) {
 | 
			
		||||
			TZ:                 "",
 | 
			
		||||
			Umask:              "0022",
 | 
			
		||||
			UTSNS:              "private",
 | 
			
		||||
			UserNS:             "host",
 | 
			
		||||
			UserNSSize:         DefaultUserNSSize,
 | 
			
		||||
		},
 | 
			
		||||
		Network: NetworkConfig{
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user