mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 18:31:15 +00:00
build/dependencies.yaml: Remove build references to Debian base images
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
This commit is contained in:
parent
1ccc8e3ac4
commit
700b1d5002
@ -103,12 +103,6 @@ dependencies:
|
||||
match: k8s\.gcr\.io\/build-image\/kube-cross:v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)
|
||||
|
||||
# Base images
|
||||
- name: "k8s.gcr.io/debian-base"
|
||||
version: 2.1.1
|
||||
refPaths:
|
||||
- path: build/debian-base/Makefile
|
||||
match: TAG \?=
|
||||
|
||||
- name: "k8s.gcr.io/debian-base: dependents"
|
||||
version: 2.1.0
|
||||
refPaths:
|
||||
@ -116,8 +110,6 @@ dependencies:
|
||||
match: debian_base_version=
|
||||
- path: build/workspace.bzl
|
||||
match: tag =
|
||||
- path: build/debian-iptables/Makefile
|
||||
match: BASEIMAGE\?\=\$\(BASE_REGISTRY\)\/debian-base-\$\(ARCH\)
|
||||
- path: cluster/images/etcd/Makefile
|
||||
match: BASEIMAGE\?\=k8s\.gcr\.io\/build-image\/debian-base:v\d+\.\d+\.\d+
|
||||
- path: cluster/images/etcd/Makefile
|
||||
@ -129,12 +121,6 @@ dependencies:
|
||||
- path: cluster/images/etcd/Makefile
|
||||
match: BASEIMAGE\?\=k8s\.gcr\.io\/build-image\/debian-base-s390x:v\d+\.\d+\.\d+
|
||||
|
||||
- name: "k8s.gcr.io/debian-iptables"
|
||||
version: 12.1.0
|
||||
refPaths:
|
||||
- path: build/debian-iptables/Makefile
|
||||
match: TAG\?=
|
||||
|
||||
- name: "k8s.gcr.io/debian-iptables: dependents"
|
||||
version: 12.1.0
|
||||
refPaths:
|
||||
|
Loading…
Reference in New Issue
Block a user