Move build process from host to docker container during release process (#682)
This commit is contained in:
committed by
smruthi2187
parent
9daf97a9ab
commit
44be0f6859
@@ -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
|
||||
Reference in New Issue
Block a user