install ipset in debian-iptables docker image and bump tag to v10

This commit is contained in:
m1093782566 2017-11-21 09:32:50 +08:00
parent 3df3c580b7
commit 787a55bb67
4 changed files with 6 additions and 5 deletions

View File

@ -85,7 +85,7 @@ readonly KUBE_CONTAINER_RSYNC_PORT=8730
#
# $1 - server architecture
kube::build::get_docker_wrapped_binaries() {
debian_iptables_version=v9
debian_iptables_version=v10
### If you change any of these lists, please also update DOCKERIZED_BINARIES
### in build/BUILD.
case $1 in

View File

@ -22,4 +22,5 @@ RUN clean-install \
iptables \
ebtables \
conntrack \
module-init-tools
module-init-tools \
ipset

View File

@ -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

View File

@ -80,10 +80,10 @@ http_file(
docker_pull(
name = "debian-iptables-amd64",
digest = "sha256:efc1d8a37f141869b7e45fa4e153ebea11502ee3d0ac29b25cd94cb02a40a91c",
digest = "sha256:a3b936c0fb98a934eecd2cfb91f73658d402b29116084e778ce9ddb68e55383e",
registry = "gcr.io",
repository = "google-containers/debian-iptables-amd64",
tag = "v9", # ignored, but kept here for documentation
tag = "v10", # ignored, but kept here for documentation
)
docker_pull(