mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 13:12:20 +00:00
install ipset in debian-iptables docker image and bump tag to v10
This commit is contained in:
@@ -22,4 +22,5 @@ RUN clean-install \
|
||||
iptables \
|
||||
ebtables \
|
||||
conntrack \
|
||||
module-init-tools
|
||||
module-init-tools \
|
||||
ipset
|
||||
|
@@ -16,7 +16,7 @@
|
||||
|
||||
REGISTRY?="gcr.io/google-containers"
|
||||
IMAGE=debian-iptables
|
||||
TAG=v9
|
||||
TAG=v10
|
||||
ARCH?=amd64
|
||||
TEMP_DIR:=$(shell mktemp -d)
|
||||
QEMUVERSION=v2.9.1
|
||||
|
Reference in New Issue
Block a user