mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-30 21:30:16 +00:00 
			
		
		
		
	Windows images will require other base images, and thus, we will need to explicitly specify the OS type a base image is for in order to avoid confusion or errors.
		
			
				
	
	
		
			5 lines
		
	
	
		
			116 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			116 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| linux/amd64=alpine:3.6
 | |
| linux/arm=arm32v6/alpine:3.6
 | |
| linux/arm64=arm64v8/alpine:3.6
 | |
| linux/ppc64le=ppc64le/alpine:3.6
 |