mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-25 03:34:58 +00:00
Use standard LinuxKit base image to build Kubernetes container
- now has everything we need in it. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
424203cd9c
commit
ea87b6df79
@ -1,6 +1,4 @@
|
|||||||
#FROM linuxkit/alpine:9bcf61f605ef0ce36cc94d59b8eac307862de6e1 AS build
|
FROM linuxkit/alpine:a120ad6aead3fe583eaa20e9b75a05ac1b3487da AS build
|
||||||
# XXX needs ebtables ethtool iproute2 libc6-compat socat
|
|
||||||
FROM alpine:3.6 AS build
|
|
||||||
|
|
||||||
ENV kubernetes_version v1.7.2
|
ENV kubernetes_version v1.7.2
|
||||||
ENV weave_version v2.0.1
|
ENV weave_version v2.0.1
|
||||||
|
Loading…
Reference in New Issue
Block a user