Skip to content

Commit 5303456

Browse files
committed
Remove classic/deprecated templates
These are available via a new repository if still needed for any reason: https://github.com/openfaas/templates-classic Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent cb81a96 commit 5303456

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

templates.json

-36
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,6 @@
8787
"official": "true",
8888
"recommended": true
8989
},
90-
{
91-
"template": "python3",
92-
"platform": "x86_64",
93-
"language": "Python",
94-
"source": "openfaas",
95-
"description": "Classic Python 3 template",
96-
"repo": "https://github.com/openfaas/templates",
97-
"official": "true"
98-
},
9990
{
10091
"template": "python3-flask",
10192
"platform": "x86_64",
@@ -172,33 +163,6 @@
172163
"official": "true",
173164
"recommended": true
174165
},
175-
{
176-
"template": "python3-debian",
177-
"platform": "x86_64",
178-
"language": "Python",
179-
"source": "openfaas",
180-
"description": "Python 3 Debian template",
181-
"repo": "https://github.com/openfaas/templates",
182-
"official": "true"
183-
},
184-
{
185-
"template": "go",
186-
"platform": "x86_64",
187-
"language": "Go",
188-
"source": "openfaas",
189-
"description": "Legacy Golang template",
190-
"repo": "https://github.com/openfaas/templates",
191-
"official": "true"
192-
},
193-
{
194-
"template": "ruby",
195-
"platform": "x86_64",
196-
"language": "Ruby",
197-
"source": "openfaas",
198-
"description": "Classic Ruby 3.3.6 template",
199-
"repo": "https://github.com/openfaas/templates",
200-
"official": "true"
201-
},
202166
{
203167
"template": "ruby-http",
204168
"platform": "x86_64",

0 commit comments

Comments
 (0)