Skip to content

Commit b583631

Browse files
committed
build: Add base images to dependencies.yaml
Signed-off-by: Stephen Augustus <[email protected]>
1 parent 82c2ce9 commit b583631

File tree

1 file changed

+100
-0
lines changed

1 file changed

+100
-0
lines changed

build/dependencies.yaml

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,103 @@ dependencies:
7474
- path: build/build-image/cross/VERSION
7575
- path: test/images/Makefile
7676
match: GOLANG_VERSION
77+
78+
- name: "k8s.gcr.io/debian-base"
79+
version: 2.0.0
80+
refPaths:
81+
- path: build/debian-base/Makefile
82+
match: TAG \?=
83+
84+
- name: "k8s.gcr.io/debian-base: dependents"
85+
version: 2.0.0
86+
refPaths:
87+
- path: build/common.sh
88+
match: debian_base_version=
89+
- path: build/workspace.bzl
90+
match: tag =
91+
- path: build/debian-iptables/Makefile
92+
match: BASEIMAGE\?\=\$\(BASE_REGISTRY\)\/debian-base-\$\(ARCH\)
93+
- path: cluster/images/etcd/Makefile
94+
match: BASEIMAGE\?\=k8s\.gcr\.io\/debian-base:v\d+\.\d+\.\d+
95+
- path: cluster/images/etcd/Makefile
96+
match: BASEIMAGE\?\=k8s\.gcr\.io\/debian-base-arm:v\d+\.\d+\.\d+
97+
- path: cluster/images/etcd/Makefile
98+
match: BASEIMAGE\?\=k8s\.gcr\.io\/debian-base-arm64:v\d+\.\d+\.\d+
99+
- path: cluster/images/etcd/Makefile
100+
match: BASEIMAGE\?\=k8s\.gcr\.io\/debian-base-ppc64le:v\d+\.\d+\.\d+
101+
- path: cluster/images/etcd/Makefile
102+
match: BASEIMAGE\?\=k8s\.gcr\.io\/debian-base-s390x:v\d+\.\d+\.\d+
103+
- path: cluster/images/etcd-empty-dir-cleanup/Dockerfile
104+
match: k8s.gcr.io\/debian-base:v\d+\.\d+\.\d+
105+
106+
- name: "k8s.gcr.io/debian-iptables"
107+
version: 12.0.1
108+
refPaths:
109+
- path: build/debian-iptables/Makefile
110+
match: TAG\?=
111+
112+
- name: "k8s.gcr.io/debian-iptables: dependents"
113+
version: 12.0.1
114+
refPaths:
115+
- path: build/common.sh
116+
match: debian_iptables_version=
117+
- path: build/workspace.bzl
118+
match: tag =
119+
120+
- name: "k8s.gcr.io/pause"
121+
version: 3.2
122+
refPaths:
123+
- path: build/pause/Makefile
124+
match: TAG =
125+
126+
- name: "k8s.gcr.io/pause: dependents"
127+
version: 3.2
128+
refPaths:
129+
- path: cmd/kubeadm/app/constants/constants_unix.go
130+
match: PauseVersion\s+=
131+
- path: cmd/kubeadm/app/util/template_test.go
132+
match: validTmpl\s+=
133+
- path: cmd/kubeadm/app/util/template_test.go
134+
match: validTmplOut\s+=
135+
- path: cmd/kubeadm/app/util/template_test.go
136+
match: doNothing\s+=
137+
- path: cmd/kubelet/app/options/container_runtime.go
138+
match: defaultPodSandboxImageVersion\s+=
139+
- path: hack/testdata/pod-with-precision.json
140+
match: k8s.gcr.io\/pause:\d+\.\d+
141+
- path: pkg/kubelet/dockershim/docker_sandbox.go
142+
match: k8s.gcr.io\/pause:\d+\.\d+
143+
- path: staging/src/k8s.io/kubectl/testdata/set/multi-resource-yaml.yaml
144+
match: k8s.gcr.io\/pause:\d+\.\d+
145+
- path: staging/src/k8s.io/kubectl/testdata/set/namespaced-resource.yaml
146+
match: k8s.gcr.io\/pause:\d+\.\d+
147+
- path: test/cmd/core.sh
148+
match: k8s.gcr.io\/pause:\d+\.\d+
149+
- path: test/fixtures/pkg/kubectl/cmd/set/multi-resource-yaml.yaml
150+
match: k8s.gcr.io\/pause:\d+\.\d+
151+
- path: test/fixtures/pkg/kubectl/cmd/set/namespaced-resource.yaml
152+
match: k8s.gcr.io\/pause:\d+\.\d+
153+
- path: test/integration/benchmark-controller.json
154+
match: k8s.gcr.io\/pause:\d+\.\d+
155+
- path: test/integration/scheduler_perf/config/pod-default.yaml
156+
match: k8s.gcr.io\/pause:\d+\.\d+
157+
- path: test/integration/scheduler_perf/config/pod-with-node-affinity.yaml
158+
match: k8s.gcr.io\/pause:\d+\.\d+
159+
- path: test/integration/scheduler_perf/config/pod-with-pod-affinity.yaml
160+
match: k8s.gcr.io\/pause:\d+\.\d+
161+
- path: test/integration/scheduler_perf/config/pod-with-pod-anti-affinity.yaml
162+
match: k8s.gcr.io\/pause:\d+\.\d+
163+
- path: test/integration/scheduler_perf/config/pod-with-preferred-pod-affinity.yaml
164+
match: k8s.gcr.io\/pause:\d+\.\d+
165+
- path: test/integration/scheduler_perf/config/pod-with-preferred-pod-anti-affinity.yaml
166+
match: k8s.gcr.io\/pause:\d+\.\d+
167+
- path: test/integration/scheduler_perf/config/pod-with-preferred-topology-spreading.yaml
168+
match: k8s.gcr.io\/pause:\d+\.\d+
169+
- path: test/integration/scheduler_perf/config/pod-with-secret-volume.yaml
170+
match: k8s.gcr.io\/pause:\d+\.\d+
171+
- path: test/integration/scheduler_perf/config/pod-with-topology-spreading.yaml
172+
match: k8s.gcr.io\/pause:\d+\.\d+
173+
- path: test/utils/runners.go
174+
match: k8s.gcr.io\/pause:\d+\.\d+
175+
- path: test/utils/image/manifest.go
176+
match: configs\[Pause\] = Config{gcRegistry, "pause", "\d+\.\d+"}

0 commit comments

Comments
 (0)