mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 20:21:20 +00:00
Ensure base image includes the modprobe binary
This commit is contained in:
@@ -24,6 +24,7 @@ RUN echo CACHEBUST>/dev/null && clean-install \
|
||||
e2fsprogs \
|
||||
ebtables \
|
||||
ethtool \
|
||||
kmod \
|
||||
ca-certificates \
|
||||
conntrack \
|
||||
util-linux \
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
REGISTRY?=gcr.io/google-containers
|
||||
IMAGE?=debian-hyperkube-base
|
||||
TAG=0.3
|
||||
TAG=0.4
|
||||
ARCH?=amd64
|
||||
CACHEBUST?=1
|
||||
|
||||
|
Reference in New Issue
Block a user