File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
test/images/sample-apiserver Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
- v1.13.9-2
1
+ v1.13.9-5
Original file line number Diff line number Diff line change @@ -133,6 +133,13 @@ dependencies:
133
133
- path : build/workspace.bzl
134
134
match : tag =
135
135
136
+ - name : " k8s.gcr.io/kube-cross: dependents"
137
+ version : v1.13.9-5
138
+ refPaths :
139
+ - path : build/build-image/cross/VERSION
140
+ - path : test/images/sample-apiserver/Dockerfile
141
+ match : us\.gcr\.io\/k8s-artifacts-prod\/build-image\/kube-cross:v\d+\.\d+\.\d+-\d+
142
+
136
143
- name : " k8s.gcr.io/pause"
137
144
version : 3.3
138
145
refPaths :
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
ARG BASEIMAGE
16
- FROM us.gcr.io/k8s-artifacts-prod/build-image/kube-cross:v1.13.9-2 as build_k8s_1_17_sample_apiserver
16
+ FROM us.gcr.io/k8s-artifacts-prod/build-image/kube-cross:v1.13.9-5 as build_k8s_1_17_sample_apiserver
17
17
18
18
ENV GOPATH /go
19
19
RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin
You can’t perform that action at this time.
0 commit comments