mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
build/common.sh: Remove extraneous reference to debian-base image
debian-base is no longer used for building core Kubernetes server components, so we remove the unnecessary local variable referencing it from kube::build::get_docker_wrapped_binaries(). Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
parent
1f708f6e62
commit
0921f645a3
@ -94,7 +94,6 @@ readonly KUBE_CONTAINER_RSYNC_PORT=8730
|
||||
# $1 - server architecture
|
||||
kube::build::get_docker_wrapped_binaries() {
|
||||
local arch=$1
|
||||
local debian_base_version=v2.1.3
|
||||
local debian_iptables_version=v12.1.2
|
||||
local go_runner_version=buster-v2.0.0
|
||||
### If you change any of these lists, please also update DOCKERIZED_BINARIES
|
||||
|
@ -118,8 +118,6 @@ dependencies:
|
||||
- name: "k8s.gcr.io/debian-base: dependents"
|
||||
version: 2.1.3
|
||||
refPaths:
|
||||
- path: build/common.sh
|
||||
match: debian_base_version=
|
||||
- path: build/workspace.bzl
|
||||
match: tag =
|
||||
- path: cluster/images/etcd/Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user