Update Ark library code to work with Kubernetes 1.11

Signed-off-by: Mike Arpaia <mike@arpaia.co>
This commit is contained in:
Mike Arpaia
2018-07-02 09:23:30 -06:00
parent eabef08561
commit 3efe677007
9 changed files with 36 additions and 34 deletions

View File

@@ -17,6 +17,6 @@ FROM golang:1.10-alpine3.7
RUN apk add --update --no-cache git bash && \
mkdir -p /go/src/k8s.io && \
cd /go/src/k8s.io && \
git clone -b kubernetes-1.10.0 https://github.com/kubernetes/code-generator && \
git clone -b kubernetes-1.10.0 https://github.com/kubernetes/apimachinery && \
git clone -b kubernetes-1.11.0 https://github.com/kubernetes/code-generator && \
git clone -b kubernetes-1.11.0 https://github.com/kubernetes/apimachinery && \
echo chmod -R a+w /go