diff --git a/build/build-image/cross/VERSION b/build/build-image/cross/VERSION index 83b672bbe4d..7c4f2e37647 100644 --- a/build/build-image/cross/VERSION +++ b/build/build-image/cross/VERSION @@ -1 +1 @@ -v1.13.9-2 +v1.13.9-5 diff --git a/build/dependencies.yaml b/build/dependencies.yaml index 1a735592adf..69ab6a814bc 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -133,6 +133,13 @@ dependencies: - path: build/workspace.bzl match: tag = + - name: "k8s.gcr.io/kube-cross: dependents" + version: v1.13.9-5 + refPaths: + - path: build/build-image/cross/VERSION + - path: test/images/sample-apiserver/Dockerfile + match: us\.gcr\.io\/k8s-artifacts-prod\/build-image\/kube-cross:v\d+\.\d+\.\d+-\d+ + - name: "k8s.gcr.io/pause" version: 3.3 refPaths: diff --git a/test/images/sample-apiserver/Dockerfile b/test/images/sample-apiserver/Dockerfile index 7124d2a20b6..09ff6b34587 100644 --- a/test/images/sample-apiserver/Dockerfile +++ b/test/images/sample-apiserver/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. ARG BASEIMAGE -FROM us.gcr.io/k8s-artifacts-prod/build-image/kube-cross:v1.13.9-2 as build_k8s_1_17_sample_apiserver +FROM us.gcr.io/k8s-artifacts-prod/build-image/kube-cross:v1.13.9-5 as build_k8s_1_17_sample_apiserver ENV GOPATH /go RUN mkdir -p ${GOPATH}/src ${GOPATH}/bin