Update go to 1.12.5, kubectl to 1.14.1 and kind to 0.2.1 (#4064)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-05-06 23:28:15 -04:00 committed by GitHub
parent b4f2880ee6
commit b8fb09d7b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
FROM quay.io/kubernetes-ingress-controller/e2e:v04172019-3fa3923cb AS BASE
FROM quay.io/kubernetes-ingress-controller/e2e:v05062019-b4f2880ee AS BASE
FROM quay.io/kubernetes-ingress-controller/debian-base-amd64:0.1
@ -9,7 +9,7 @@ RUN clean-install \
tzdata
RUN curl -Lo /usr/local/bin/kubectl \
https://storage.googleapis.com/kubernetes-release/release/v1.13.3/bin/linux/amd64/kubectl \
https://storage.googleapis.com/kubernetes-release/release/v1.14.1/bin/linux/amd64/kubectl \
&& chmod +x /usr/local/bin/kubectl
COPY --from=BASE /go/bin/ginkgo /usr/local/bin/