Inital work on Rust support (#333)

* Inital work on Rust support

* update accepted runtimes

* fn: fix rust build

* Last tweaks and README.md

* fix typo

* update comment on rust.go
This commit is contained in:
Seif Lotfy سيف لطفي
2016-11-23 23:17:13 +01:00
committed by C Cirello
parent 3788c968eb
commit 237ab3e21b
7 changed files with 92 additions and 0 deletions

View File

@@ -235,6 +235,7 @@ var acceptableFnRuntimes = map[string]string{
"python": "iron/python:2",
"ruby": "iron/ruby",
"scala": "iron/scala",
"rust": "corey/rust-alpine",
}
const tplDockerfile = `FROM {{ .BaseImage }}