store
store copied to clipboard
Official Function and Template Store for OpenFaaS
I would like to suggest adding a [bun](https://bun.sh) template to the official store. https://github.com/patlux/openfaas-bun-template Proposed templates.json: ```json { "template": "bun", "platform": "x86_64", "language": "bun", "source": "patlux", "description": "bun runtime template...
Remove the DLRS template because it is unmaintained and has been deprecated by Intel. See https://github.com/intel/stacks-templates-openfaas They archived the repo on Jan 7, 2023. Resolves https://github.com/openfaas/store/issues/153
Should we remove the DLRS template? It is currently unmaintained by Intel, see https://github.com/intel/stacks-templates-openfaas They archived the repo on Jan 7, 2023. The store should probably only include maintained templates...
Hello, I am currently working on a personal project using OpenFaas with Java function and since Java 17 is now the latest LTS version, i tried to make minimal changes...
## Description Add the official golang-otel template to the function store. ## How has this been tested Verified the output of `faas-cli template store list`: ```sh faas-cli template store list...
Hi, I created yet another Perl template based on the [official Perl Docker image](https://hub.docker.com/_/perl/) and the [web framework Mojolicious](https://mojolicious.org/). Please find the template in following repository [tschaefer/openfaas-perl-mojo-template](https://github.com/tschaefer/openfaas-perl-mojo-template). Building an OpenFaaS...