Golang v2 environment -- runtime and builder (#427)

v2 environment for Go; includes runtime and builder.
This commit is contained in:
Soam Vasani
2017-12-06 23:03:05 -06:00
committed by GitHub
parent eed3018458
commit 1e6b7a4fc8
5 changed files with 99 additions and 18 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
FROM golang:1.8.1
ARG GO_VERSION=1.9.2
FROM golang:${GO_VERSION}
ENV GOPATH /usr
ENV APP ${GOPATH}/src/github.com/fission/fission/environments/go