Ensure base image includes the modprobe binary

This commit is contained in:
André Cruz 2017-10-10 10:53:02 +01:00
parent fc1bd98c09
commit 8fc297c1f9
3 changed files with 3 additions and 2 deletions

View File

@ -24,6 +24,7 @@ RUN echo CACHEBUST>/dev/null && clean-install \
e2fsprogs \ e2fsprogs \
ebtables \ ebtables \
ethtool \ ethtool \
kmod \
ca-certificates \ ca-certificates \
conntrack \ conntrack \
util-linux \ util-linux \

View File

@ -19,7 +19,7 @@
REGISTRY?=gcr.io/google-containers REGISTRY?=gcr.io/google-containers
IMAGE?=debian-hyperkube-base IMAGE?=debian-hyperkube-base
TAG=0.3 TAG=0.4
ARCH?=amd64 ARCH?=amd64
CACHEBUST?=1 CACHEBUST?=1

View File

@ -21,7 +21,7 @@ REGISTRY?=gcr.io/google-containers
ARCH?=amd64 ARCH?=amd64
HYPERKUBE_BIN?=_output/dockerized/bin/linux/$(ARCH)/hyperkube HYPERKUBE_BIN?=_output/dockerized/bin/linux/$(ARCH)/hyperkube
BASEIMAGE=gcr.io/google-containers/debian-hyperkube-base-$(ARCH):0.3 BASEIMAGE=gcr.io/google-containers/debian-hyperkube-base-$(ARCH):0.4
TEMP_DIR:=$(shell mktemp -d -t hyperkubeXXXXXX) TEMP_DIR:=$(shell mktemp -d -t hyperkubeXXXXXX)
all: build all: build