-
Notifications
You must be signed in to change notification settings - Fork 0
/
templates.json
56 lines (56 loc) · 1.66 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[
{
"template": "python3",
"platform": "x86_64",
"language": "Python",
"source": "vertigobr",
"description": "Classic Python 3.6 template",
"repo": "https://github.com/vertigobr/openfaas-templates",
"official": "false"
},
{
"template": "java11-maven",
"platform": "x86_64",
"language": "Java",
"source": "vertigobr",
"description": "Java 11 Maven template",
"repo": "https://github.com/vertigobr/openfaas-templates",
"official": "false"
},
{
"template": "java8-maven",
"platform": "x86_64",
"language": "Java",
"source": "vertigobr",
"description": "Java 8 Maven template",
"repo": "https://github.com/vertigobr/openfaas-templates",
"official": "false"
},
{
"template": "java8-maven-raw",
"platform": "x86_64",
"language": "Java",
"source": "vertigobr",
"description": "Java 8 Maven raw template",
"repo": "https://github.com/vertigobr/openfaas-templates",
"official": "false"
},
{
"template": "node12",
"platform": "x86_64",
"language": "NodeJS",
"source": "vertigobr",
"description": "HTTP-based Node 12 template",
"repo": "https://github.com/vertigobr/openfaas-templates",
"official": "false"
},
{
"template": "nodered",
"platform": "x86_64",
"language": "NodeJS",
"source": "vertigobr",
"description": "Nodered template",
"repo": "https://github.com/vertigobr/openfaas-templates",
"official": "false"
}
]