mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +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:
parent
87a6e19770
commit
27d96c2f99
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user