Update go to 1.12.5, kubectl to 1.14.1 and kind to 0.2.1 (#4064)
This commit is contained in:
parent
b4f2880ee6
commit
b8fb09d7b3
4 changed files with 8 additions and 8 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue