From 700b1d5002a01c8ae280c3d478b579ef4ac4ac3c Mon Sep 17 00:00:00 2001 From: Stephen Augustus Date: Fri, 31 Jul 2020 03:25:15 -0400 Subject: [PATCH] build/dependencies.yaml: Remove build references to Debian base images Signed-off-by: Stephen Augustus --- build/dependencies.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/build/dependencies.yaml b/build/dependencies.yaml index 063f5af418e..4b2b67e2c8e 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -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: