Move build process from host to docker container during release process (#682)

This commit is contained in:
Ta-Ching Chen
2018-07-03 21:14:06 -07:00
committed by smruthi2187
parent 9daf97a9ab
commit 44be0f6859
7 changed files with 395 additions and 250 deletions
+3
View File
@@ -0,0 +1,3 @@
FROM golang:1.10.2
RUN wget -qO- https://download.docker.com/linux/static/stable/x86_64/docker-17.03.0-ce.tgz | tar xvz -C /usr/local/bin/ --strip 1
RUN wget -qO- https://storage.googleapis.com/kubernetes-helm/helm-v2.9.1-linux-amd64.tar.gz | tar xvz -C /usr/local/bin/ --strip 1