mirror of
				https://github.com/flatcar/scripts.git
				synced 2025-10-31 00:01:03 +01:00 
			
		
		
		
	
		
			
				
	
	
	
		
			617 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			617 B
		
	
	
	
	
	
	
	
- OpenStack: In addition to the bz2image, agzcompressed image is published. This allows Glance to directly consume the images by simply passing in the URL of the image.
- DigitalOcean: In addition to the bz2image, agzcompressed image is published. This helps against hitting the compression timeout that sometimes lets the image import fail.
- SDK: The image compression format is now configurable. Supported formats are: bz2,gz,zip,none,zst. Selecting the image format can now be done by passing the--image_compression_formatsoption. This flag gets a comma separated list of formats.