@@ -12,21 +12,17 @@ This repository contains the Classic OpenFaaS templates, but many more are avail
12
12
13
13
| Name | Language | Version | Linux base | Watchdog | Link
14
14
|:-----|:---------|:--------|:-----------|:---------|:----
15
- | node | NodeJS | 12.13.0 | Alpine Linux | of-watchdog | [ NodeJS template] ( https://github.com/openfaas/templates/tree/master/template/node12 )
16
- | csharp | C# | N/A | Debian GNU/Linux 9 | classic | [ C# template] ( https://github.com/openfaas/templates/tree/master/template/csharp )
17
- | dockerfile | Dockerfile | N/A | Alpine Linux | classic | [ Dockerfile template] ( https://github.com/openfaas/templates/tree/master/template/dockerfile )
18
- | go-armhf | Go | 1.11 | Alpine Linux | classic | [ Go armhf template] ( https://github.com/openfaas/templates/tree/master/template/go-armhf )
19
- | go | Go | 1.11 | Alpine Linux | classic | [ Go template] ( https://github.com/openfaas/templates/tree/master/template/go )
20
- |java8 | Java | 8 | OpenJDK Alpine Linux | of-watchdog | [ Java template] ( https://github.com/openfaas/templates/tree/master/template/java8 )
21
- | node-arm64 | NodeJS | 12.13.0 | N/A | classic | [ NodeJS arm64 template] ( https://github.com/openfaas/templates/tree/master/template/node-arm64 )
22
- | node-armhf | NodeJS | N/A | Alpine Linux | classic | [ NodeJS armhf template] ( https://github.com/openfaas/templates/tree/master/template/node-armhf )
15
+ | node12 | NodeJS | 12.13.0 | Alpine Linux | of-watchdog | [ NodeJS template] ( https://github.com/openfaas/templates/tree/master/template/node12 )
23
16
| node | NodeJS | 12.13.0 | Alpine Linux | classic | [ NodeJS template] ( https://github.com/openfaas/templates/tree/master/template/node )
24
- | php7 | PHP | 7.2 | Alpine Linux | classic | [ PHP 7 template] ( https://github.com/openfaas/templates/tree/master/template/php7 )
25
- | python-armhf | Python | 2.7 | Alpine Linux | classic | [ Python 2.7 armhf template] ( https://github.com/openfaas/templates/tree/master/template/python-armhf )
26
- | python | Python | 2.7 | Alpine Linux | classic | [ Python 2.7 template] ( https://github.com/openfaas/templates/tree/master/template/python )
27
- | python3-armhf | Python | 3.6 | Alpine Linux | classic | [ Python 3.6 armhf template] ( https://github.com/openfaas/templates/tree/master/template/python3-armhf )
28
17
| python3 | Python | 3 | Alpine Linux | classic | [ Python 3 template] ( https://github.com/openfaas/templates/tree/master/template/python3 )
18
+ | python | Python | 2.7 | Alpine Linux | classic | [ Python 2.7 template] ( https://github.com/openfaas/templates/tree/master/template/python )
19
+ | go | Go | 1.11 | Alpine Linux | classic | [ Go template] ( https://github.com/openfaas/templates/tree/master/template/go )
20
+ | csharp | C# | N/A | Debian GNU/Linux 9 | classic | [ C# template] ( https://github.com/openfaas/templates/tree/master/template/csharp )
21
+ | java12 | Java | 12 | Oracle Linux | of-watchdog | [ Java template] ( https://github.com/openfaas/templates/tree/master/template/java12 )
22
+ | java8 | Java | 8 | OpenJDK Alpine Linux | of-watchdog | [ Java template] ( https://github.com/openfaas/templates/tree/master/template/java8 )
29
23
| ruby | Ruby | 2.5.1 | Alpine Linux 3.7 | classic| [ Ruby template] ( https://github.com/openfaas/templates/tree/master/template/ruby )
24
+ | php7 | PHP | 7.2 | Alpine Linux | classic | [ PHP 7 template] ( https://github.com/openfaas/templates/tree/master/template/php7 )
25
+ | dockerfile | Dockerfile | N/A | Alpine Linux | classic | [ Dockerfile template] ( https://github.com/openfaas/templates/tree/master/template/dockerfile )
30
26
31
27
For more information on the templates check out the [ docs] ( https://docs.openfaas.com/cli/templates/ ) .
32
28
@@ -44,6 +40,18 @@ This repository is for templates supported by the project maintainers, if you'd
44
40
45
41
See [ contributing guide] ( https://github.com/openfaas/templates/blob/master/CONTRIBUTING.md ) .
46
42
43
+ ### Templates for ARM and alternative architectures
44
+
45
+ | Name | Language | Version | Linux base | Watchdog | Link
46
+ |:-----|:---------|:--------|:-----------|:---------|:----
47
+ | node-armhf | NodeJS | N/A | Alpine Linux | classic | [ NodeJS armhf template] ( https://github.com/openfaas/templates/tree/master/template/node-armhf )
48
+ | go-armhf | Go | 1.11 | Alpine Linux | classic | [ Go armhf template] ( https://github.com/openfaas/templates/tree/master/template/go-armhf )
49
+ | python-armhf | Python | 2.7 | Alpine Linux | classic | [ Python 2.7 armhf template] ( https://github.com/openfaas/templates/tree/master/template/python-armhf )
50
+ | python3-armhf | Python | 3.6 | Alpine Linux | classic | [ Python 3.6 armhf template] ( https://github.com/openfaas/templates/tree/master/template/python3-armhf )
51
+ | node-arm64 | NodeJS | 12.13.0 | N/A | classic | [ NodeJS arm64 template] ( https://github.com/openfaas/templates/tree/master/template/node-arm64 )
52
+
53
+ Additional templates for ARMHF/ARM64 may be available within the store. Some regular templates are also usable on ARM devices.
54
+
47
55
### License
48
56
49
57
This project is part of the OpenFaaS project licensed under the MIT License.
0 commit comments