mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Ensure base image includes the modprobe binary
This commit is contained in:
parent
fc1bd98c09
commit
8fc297c1f9
@ -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 \
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user