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:
Ian Campbell 2017-07-19 10:57:50 +01:00
parent 87a6e19770
commit 27d96c2f99

View File

@ -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