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

@@ -21,7 +21,7 @@ REGISTRY?=gcr.io/google-containers
ARCH?=amd64
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)
all: build