Adding CoffeeScript base example

Adding CoffeeScript base
This commit is contained in:
aafrey
2017-04-10 17:17:35 -04:00
committed by Alex Ellis
parent de359881e7
commit c7db0faab4
5 changed files with 48 additions and 0 deletions

View File

@ -7,6 +7,7 @@ Each one will read the request from the watchdog then print it back resulting in
| Language | Docker image | Notes |
|------------------------|-----------------------------------------|----------------------------------------|
| Node.js | functions/base:node-6.9.1-alpine | Node.js built on Alpine Linux |
| Coffeescript | functions/base:node-6.9.1-alpine | Coffeescript/Nodejs built on Alpine Linux |
| Golang | functions/base:golang-1.7.5-alpine | Golang compiled on Alpine Linux |
| Python | functions/base:python-2.7-alpine | Python 2.7 built on Alpine Linux |
| Java | functions/base:openjdk-8u121-jdk-alpine | OpenJDK built on Alpine Linux |