Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Ensure base image includes the modprobe binary
Browse files Browse the repository at this point in the history
  • Loading branch information
edevil authored and squat committed Oct 25, 2017
1 parent 5b77960 commit 4d02122
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions build/debian-hyperkube-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN echo CACHEBUST>/dev/null && clean-install \
e2fsprogs \
ebtables \
ethtool \
kmod \
ca-certificates \
conntrack \
util-linux \
Expand Down
2 changes: 1 addition & 1 deletion build/debian-hyperkube-base/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

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

Expand Down
2 changes: 1 addition & 1 deletion cluster/images/hyperkube/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ HYPERKUBE_BIN?=_output/dockerized/bin/linux/$(ARCH)/hyperkube
CALICO_RELEASE=v1.11.0
CNI_RELEASE=v0.6.0

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
Expand Down

0 comments on commit 4d02122

Please sign in to comment.