-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplates.json
38 lines (38 loc) · 1.08 KB
/
templates.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[
{
"template": "python3",
"platform": "x86_64",
"language": "Python",
"source": "openfaas",
"description": "Classic Python 3 template",
"repo": "https://github.com/openfaas/templates-classic",
"official": "true"
},
{
"template": "python3-debian",
"platform": "x86_64",
"language": "Python",
"source": "openfaas",
"description": "Python 3 Debian template",
"repo": "https://github.com/openfaas/templates-classic",
"official": "true"
},
{
"template": "go",
"platform": "x86_64",
"language": "Go",
"source": "openfaas",
"description": "Legacy Golang template",
"repo": "https://github.com/openfaas/templates-classic",
"official": "true"
},
{
"template": "ruby",
"platform": "x86_64",
"language": "Ruby",
"source": "openfaas",
"description": "Classic Ruby 3.3.6 template",
"repo": "https://github.com/openfaas/templates-classic",
"official": "true"
}
]