File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ readonly KUBE_CONTAINER_RSYNC_PORT=8730
89
89
# $1 - server architecture
90
90
kube::build::get_docker_wrapped_binaries () {
91
91
local arch=$1
92
- local debian_base_version=0.4.1
93
- local debian_iptables_version=v11.0.1
92
+ local debian_base_version=v1.0.0
93
+ local debian_iptables_version=v11.0.2
94
94
# ## If you change any of these lists, please also update DOCKERIZED_BINARIES
95
95
# ## in build/BUILD. And kube::golang::server_image_targets
96
96
local targets=(
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ _ETCD_TARBALL_ARCH_SHA256 = {
46
46
# list to each of its platform-specific images in
47
47
# debian_image_dependencies().
48
48
_DEBIAN_BASE_DIGEST = "sha256:6966a0aedd7592c18ff2dd803c08bd85780ee19f5e3a2e7cf908a4cd837afcde" # 0.4.1
49
- _DEBIAN_IPTABLES_DIGEST = "sha256:656e45c00083359107b1d6ae0411ff3894ba23011a8533e229937a71be84e063 " # v11.0.1
49
+ _DEBIAN_IPTABLES_DIGEST = "sha256:b522b0035dba3ac2d5c0dbaaf8217bd66248e790332ccfdf653e0f943a280dcf " # v11.0.2
50
50
_DEBIAN_HYPERKUBE_BASE_DIGEST = "sha256:8cabe02be6e86685d8860b7ace7c7addc9591a339728703027a4854677f1c772" # 0.12.1
51
51
52
52
# Dependencies needed for a Kubernetes "release", e.g. building docker images,
You can’t perform that action at this time.
0 commit comments