OpenFaaS Classic templates
To find out more about the OpenFaaS templates see the faas-cli.
Note: The templates are completely customizable - so if you want to alter them please do fork them and use
faas template pull
to make use of your updated versions.
Classic Templates
This repository contains the Classic OpenFaaS templates, but many more are available in the Template Store. Read above for more information.
Name | Language | Version | Linux base | Watchdog | Link |
---|---|---|---|---|---|
node12 | NodeJS | 12.13.0 | Alpine Linux | of-watchdog | NodeJS template |
node | NodeJS | 12.13.0 | Alpine Linux | classic | NodeJS template |
python3 | Python | 3 | Alpine Linux | classic | Python 3 template |
python3-debian | Python | 3 | Debian Linux | classic | Python 3 Debian template |
python | Python | 2.7 | Alpine Linux | classic | Python 2.7 template |
go | Go | 1.11 | Alpine Linux | classic | Go template |
csharp | C# | N/A | Debian GNU/Linux 9 | classic | C# template |
java11-vert-x | Java and Vert.x | 11 | Debian GNU/Linux | of-watchdog | Java LTS template |
java11 | Java | 11 | Debian GNU/Linux | of-watchdog | Java LTS template |
java8 | Java | 8 | OpenJDK Alpine Linux | of-watchdog | Java EOL template |
ruby | Ruby | 2.5.1 | Alpine Linux 3.7 | classic | Ruby template |
php7 | PHP | 7.2 | Alpine Linux | classic | PHP 7 template |
dockerfile | Dockerfile | N/A | Alpine Linux | classic | Dockerfile template |
For more information on the templates check out the docs.
Classic vs of-watchdog templates
The current version of OpenFaaS templates use the original watchdog
which forks
processes - a bit like CGI. The newer watchdog of-watchdog is more similar to fastCGI/HTTP and should be used for any benchmarking or performance testing along with one of the newer templates. Contact the project for more information.
Submit your own template to the template store
This repository is for templates supported by the project maintainers, if you'd like to submit your own template to the OpenFaaS Template Store then checkout the store:
Contribute to this repository
See contributing guide.
Templates for ARM and alternative architectures
Name | Language | Version | Linux base | Watchdog | Link |
---|---|---|---|---|---|
node-armhf | NodeJS | N/A | Alpine Linux | classic | NodeJS armhf template |
go-armhf | Go | 1.11 | Alpine Linux | classic | Go armhf template |
python-armhf | Python | 2.7 | Alpine Linux | classic | Python 2.7 armhf template |
python3-armhf | Python | 3.6 | Alpine Linux | classic | Python 3.6 armhf template |
node-arm64 | NodeJS | 12.13.0 | N/A | classic | NodeJS arm64 template |
Additional templates for ARMHF/ARM64 may be available within the store. Some regular templates are also usable on ARM devices.
License
This project is part of the OpenFaaS project licensed under the MIT License.