mirror of
				https://github.com/flatcar/scripts.git
				synced 2025-11-03 01:31:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			282 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			282 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "acKind": "ImageManifest",
 | 
						|
  "acVersion": "0.8.6",
 | 
						|
  "name": "@ACI_NAME@",
 | 
						|
  "labels": [
 | 
						|
    {"name": "arch", "value": "@ACI_ARCH@"},
 | 
						|
    {"name": "os", "value": "linux"},
 | 
						|
    {"name": "version", "value": "@ACI_VERSION@"}
 | 
						|
  ],
 | 
						|
  "app": {
 | 
						|
    "user": "0",
 | 
						|
    "group": "0"
 | 
						|
  }
 | 
						|
}
 |