mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-04 20:24:02 +00:00
Merge pull request #417 from skriss/upgrade-k8s-deps
Upgrade apimachinery, client-go, api, kubernetes dependencies
This commit is contained in:
@@ -17,6 +17,6 @@ FROM golang:1.9-alpine3.6
|
||||
RUN apk add --update --no-cache git bash && \
|
||||
mkdir -p /go/src/k8s.io && \
|
||||
cd /go/src/k8s.io && \
|
||||
git clone -b kubernetes-1.9.0 https://github.com/kubernetes/code-generator && \
|
||||
git clone -b kubernetes-1.9.0 https://github.com/kubernetes/apimachinery && \
|
||||
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 && \
|
||||
echo chmod -R a+w /go
|
||||
|
||||
Reference in New Issue
Block a user