mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 07:03:31 +00:00
build: use debian-iptables:bullseye-v1.1.0
The newer image contains go-runner, which is relevant for removing the deprecated klog flags in the kube-proxy image.
This commit is contained in:
@@ -90,7 +90,7 @@ readonly KUBE_RSYNC_PORT="${KUBE_RSYNC_PORT:-}"
|
||||
readonly KUBE_CONTAINER_RSYNC_PORT=8730
|
||||
|
||||
# These are the default versions (image tags) for their respective base images.
|
||||
readonly __default_debian_iptables_version=bullseye-v1.0.0
|
||||
readonly __default_debian_iptables_version=bullseye-v1.1.0
|
||||
readonly __default_go_runner_version=v2.3.1-go1.17.3-bullseye.0
|
||||
readonly __default_setcap_version=bullseye-v1.0.0
|
||||
|
||||
|
Reference in New Issue
Block a user