mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
fn: support for dotnet (#326)
* Add initial support for dotnet * Initial work on dotnet example * fn: fix docker incantation * fn: .gitignore * Add README.md for dotnet example * Update docs
This commit is contained in:
committed by
C Cirello
parent
52d0dc941c
commit
717d8455e9
@@ -132,6 +132,7 @@ var acceptableFnRuntimes = map[string]string{
|
||||
"ruby": "iron/ruby",
|
||||
"scala": "iron/scala",
|
||||
"rust": "corey/rust-alpine",
|
||||
"dotnet": "microsoft/dotnet:runtime",
|
||||
}
|
||||
|
||||
const tplDockerfile = `FROM {{ .BaseImage }}
|
||||
|
||||
Reference in New Issue
Block a user