@@ -13,23 +13,23 @@ This repository contains the Classic OpenFaaS templates, but many more are avail
13
13
| Name | Language | Version | Linux base | Watchdog | Link
14
14
|:-----|:---------|:--------|:-----------|:---------|:----
15
15
| dockerfile | Dockerfile | N/A | Alpine Linux | classic | [ Dockerfile template] ( https://github.com/openfaas/templates/tree/master/template/dockerfile )
16
- | go | Go | 1.20 | Alpine Linux | classic | [ Go template] ( https://github.com/openfaas/templates/tree/master/template/go )
17
- | node14 | NodeJS | 14 | Alpine Linux | of-watchdog | [ NodeJS template] ( https://github.com/openfaas/templates/tree/master/template/node14 )
18
- | node16 | NodeJS | 16 | Alpine Linux | of-watchdog | [ NodeJS template] ( https://github.com/openfaas/templates/tree/master/template/node16 )
19
- | node17 | NodeJS | 17 | Alpine Linux | of-watchdog | [ NodeJS template] ( https://github.com/openfaas/templates/tree/master/template/node17 )
20
- | node18 | NodeJS | 18 | Alpine Linux | of-watchdog | [ NodeJS template] ( https://github.com/openfaas/templates/tree/master/template/node18 )
16
+ | go | Go | 1.22 | Alpine Linux | classic | [ Legacy Go template (deprecated) ] ( https://github.com/openfaas/templates/tree/master/template/go )
17
+ | node14 | NodeJS | 14 | Alpine Linux | of-watchdog | [ NodeJS template (deprecated) ] ( https://github.com/openfaas/templates/tree/master/template/node14 )
18
+ | node16 | NodeJS | 16 | Alpine Linux | of-watchdog | [ NodeJS template (deprecated) ] ( https://github.com/openfaas/templates/tree/master/template/node16 )
19
+ | node17 | NodeJS | 17 | Alpine Linux | of-watchdog | [ NodeJS template (deprecated) ] ( https://github.com/openfaas/templates/tree/master/template/node17 )
20
+ | node18 | NodeJS | 18 | Alpine Linux | of-watchdog | [ NodeJS template (deprecated) ] ( https://github.com/openfaas/templates/tree/master/template/node18 )
21
21
| node20 | NodeJS | 20 | Alpine Linux | of-watchdog | [ NodeJS template] ( https://github.com/openfaas/templates/tree/master/template/node20 )
22
22
| bun-express | Bun | 1.0 | Alpine Linux | of-watchdog | [ NodeJS template] ( https://github.com/openfaas/templates/tree/master/template/bun-express )
23
23
| node | NodeJS | 20 | Alpine Linux | classic | [ NodeJS template] ( https://github.com/openfaas/templates/tree/master/template/node )
24
- | python3 | Python | 3 | Alpine Linux | classic | [ Python 3 template] ( https://github.com/openfaas/templates/tree/master/template/python3 )
25
- | python3-debian | Python | 3 | Debian Linux | classic | [ Python 3 Debian template] ( https://github.com/openfaas/templates/tree/master/template/python3-debian )
26
- | python | Python | 2.7 | Alpine Linux | classic | [ Python 2.7 template] ( https://github.com/openfaas/templates/tree/master/template/python )
24
+ | python3 | Python | 3 | Alpine Linux | classic | [ Legacy Python 3 template] ( https://github.com/openfaas/templates/tree/master/template/python3 )
25
+ | python3-debian | Python | 3 | Debian Linux | classic | [ Legacy Python 3 Debian template] ( https://github.com/openfaas/templates/tree/master/template/python3-debian )
26
+ | python2.7 | Python | 2.7.18 | Alpine Linux | classic | [ Python 2.7 template (deprecated) ] ( https://github.com/openfaas/templates/tree/master/template/python2.7 )
27
27
| java11-vert-x | Java and [ Vert.x] ( https://vertx.io/ ) | 11 | Debian GNU/Linux | of-watchdog | [ Java LTS template] ( https://github.com/openfaas/templates/tree/master/template/java11-vert-x )
28
28
| java11 | Java | 11 | Debian GNU/Linux | of-watchdog | [ Java LTS template] ( https://github.com/openfaas/templates/tree/master/template/java11 )
29
- | ruby | Ruby | 2.7 | Alpine Linux 3.11 | classic| [ Ruby template] ( https://github.com/openfaas/templates/tree/master/template/ruby )
29
+ | ruby | Ruby | 2.7 | Alpine Linux | classic| [ Ruby template] ( https://github.com/openfaas/templates/tree/master/template/ruby )
30
30
| php7 | PHP | 7.4 | Alpine Linux | classic | [ PHP 7 template] ( https://github.com/openfaas/templates/tree/master/template/php7 )
31
31
| php8 | PHP | 8.2 | Alpine Linux | classic | [ PHP 8 template] ( https://github.com/openfaas/templates/tree/master/template/php8 )
32
- | csharp | C# | N/A | Debian GNU/Linux 9 | classic | [ C# template] ( https://github.com/openfaas/templates/tree/master/template/csharp )
32
+ | csharp | C# | N/A | Debian GNU/Linux 9 | classic | [ Legacy C# template (deprecated) ] ( https://github.com/openfaas/templates/tree/master/template/csharp )
33
33
34
34
For more information on the templates check out the [ docs] ( https://docs.openfaas.com/cli/templates/ ) .
35
35
0 commit comments