ci: Rebuild kubernetes v1.11.6 containers

Change-Id: I531bf1fef6a87d8fbbf8f16c22c3db6a80797b69
This commit is contained in:
Spyros Trigazis 2019-01-28 11:56:29 +01:00
parent 77435e5797
commit 60f9799374
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
ARG KUBE_VERSION=v1.13.0
FROM fedora:rawhide
ARG KUBE_VERSION
RUN curl -o /root/kubectl -O https://storage.googleapis.com/kubernetes-release/release/${KUBE_VERSION}/bin/linux/amd64/kubectl
FROM gcr.io/google-containers/kube-apiserver-amd64:${KUBE_VERSION}