Merge pull request #90963 from justaugustus/kube-cross

base-images: Update to kube-cross:v1.13.9-5
This commit is contained in:
Kubernetes Prow Robot 2020-05-13 00:19:03 -07:00 committed by GitHub
commit 98d404d280
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 2 deletions

View File

@ -1 +1 @@
v1.13.9-2
v1.13.9-5

View File

@ -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:

View File

@ -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