mirror of
				https://github.com/linuxkit/linuxkit.git
				synced 2025-11-04 03:59:14 +00:00 
			
		
		
		
	kubernetes: just use the docker images as a base
Since we just want the client we don't need dind. Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
FROM docker:17.06.0-ce-dind AS docker
 | 
					FROM docker:17.06.0-ce AS docker
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Nothing to do in here, just for COPY --from=docker below
 | 
					# Nothing to do in here, just for COPY --from=docker below
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user