mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 21:12:07 +00:00
Merge pull request #39725 from ixdy/docker-build-pull
Automatic merge from submit-queue Update amd64 kube-proxy base image to debian-iptables-amd64:v5 **What this PR does / why we need it**: this was supposed to go into #39695, but I screwed up the rebase. ```release-note NONE ```
This commit is contained in:
commit
e3b4386a41
@ -98,7 +98,7 @@ kube::build::get_docker_wrapped_binaries() {
|
||||
kube-controller-manager,busybox
|
||||
kube-scheduler,busybox
|
||||
kube-aggregator,busybox
|
||||
kube-proxy,gcr.io/google_containers/debian-iptables-amd64:v4
|
||||
kube-proxy,gcr.io/google_containers/debian-iptables-amd64:v5
|
||||
);;
|
||||
"arm")
|
||||
local targets=(
|
||||
|
Loading…
Reference in New Issue
Block a user