Merge pull request #68764 from ixdy/debian-iptables-netbase

Install netbase in debian-iptables and debian-hyperkube-base as it is needed by ipvs
This commit is contained in:
k8s-ci-robot 2018-09-17 20:38:52 -07:00 committed by GitHub
commit 247240ace4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View File

@ -38,6 +38,7 @@ RUN echo CACHEBUST>/dev/null && clean-install \
jq \
kmod \
openssh-client \
netbase \
nfs-common \
socat \
udev \

View File

@ -19,7 +19,7 @@
REGISTRY?=staging-k8s.gcr.io
IMAGE?=debian-hyperkube-base
TAG=0.10.1
TAG=0.10.2
ARCH?=amd64
CACHEBUST?=1

View File

@ -19,4 +19,5 @@ RUN clean-install \
ebtables \
ipset \
iptables \
kmod
kmod \
netbase

View File

@ -16,7 +16,7 @@
REGISTRY?="staging-k8s.gcr.io"
IMAGE=debian-iptables
TAG?=v10.1
TAG?=v10.2
ARCH?=amd64
TEMP_DIR:=$(shell mktemp -d)