Skip to content

Commit

Permalink
Remove node16 and node17 templates
Browse files Browse the repository at this point in the history
These templates are deprecated, you can find these in older
commits if you need them.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Sep 3, 2024
1 parent 220bdfb commit 59829e9
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 520 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ See: `faas-cli template store list` to see which templates are both: recommended
|:-----|:---------|:--------|:-----------|:---------|:----
| dockerfile | Dockerfile | N/A | Alpine Linux | classic | [Dockerfile template](https://github.com/openfaas/templates/tree/master/template/dockerfile)
| go | Go | 1.22 | Alpine Linux | classic | [Legacy Go template (deprecated)](https://github.com/openfaas/templates/tree/master/template/go)
| node16 | NodeJS | 16 | Alpine Linux | of-watchdog | [NodeJS template (deprecated)](https://github.com/openfaas/templates/tree/master/template/node16)
| node17 | NodeJS | 17 | Alpine Linux | of-watchdog | [NodeJS template (deprecated)](https://github.com/openfaas/templates/tree/master/template/node17)
| node18 | NodeJS | 18 | Alpine Linux | of-watchdog | [NodeJS template (deprecated)](https://github.com/openfaas/templates/tree/master/template/node18)
| node20 | NodeJS | 20 | Alpine Linux | of-watchdog | [NodeJS template](https://github.com/openfaas/templates/tree/master/template/node20)
| bun-express | Bun | 1.0 | Alpine Linux | of-watchdog | [NodeJS template](https://github.com/openfaas/templates/tree/master/template/bun-express)
Expand Down
1 change: 0 additions & 1 deletion template/node16/.dockerignore

This file was deleted.

62 changes: 0 additions & 62 deletions template/node16/Dockerfile

This file was deleted.

12 changes: 0 additions & 12 deletions template/node16/function/handler.js

This file was deleted.

12 changes: 0 additions & 12 deletions template/node16/function/package.json

This file was deleted.

144 changes: 0 additions & 144 deletions template/node16/index.js

This file was deleted.

16 changes: 0 additions & 16 deletions template/node16/package.json

This file was deleted.

12 changes: 0 additions & 12 deletions template/node16/template.yml

This file was deleted.

1 change: 0 additions & 1 deletion template/node17/.dockerignore

This file was deleted.

62 changes: 0 additions & 62 deletions template/node17/Dockerfile

This file was deleted.

12 changes: 0 additions & 12 deletions template/node17/function/handler.js

This file was deleted.

12 changes: 0 additions & 12 deletions template/node17/function/package.json

This file was deleted.

Loading

0 comments on commit 59829e9

Please sign in to comment.