store
store copied to clipboard
Added F# template
Added my F# template to the templates.json list, #64.
Hi @hayer
Since you built your template we've upped the security requirements on the default OpenFaaS configuration.
You'll need to update your template to use a non-root user and ideally pull in the watchdog binary via a multi-stage build.
Please have a look at how we did it for the "csharp" template in the openfaas/templates repo
cc @rgee0 @burtonr to help if needed
@alexellis updated the Dockerfile now.
Please just do the following now for merge:
- rebase
- Add examples to your README.md on how to use the template with a sample or two
Hello @hayer! I know it's been a little while, but would you be able to complete the final steps to getting this merged?
It'd be best to have a sample function in the readme file to demonstrate how to write a function using your template.
Also, there is now a conflict in the templates.json
file that needs to be rebased and resolved before we can merge.
Let me know if you need any help, or have any questions!
Having a clear-up on GitHub issues / PRs over 1 month old. Let's revisit as necessary. Thank you for the PR.
Will take a look this weekend. Sorry for the delay.