mirror of https://github.com/knative/func.git
* Use command instad of script in some tkn tasks The "script" requires /bin/sh present in the image. Signed-off-by: Matej Vašek <mvasek@redhat.com> * Add s2i-generate command to func-util image The command encompasses some logic previously implemented as shell script defined in tekton task. This allows us to remove sh/shell from the func-util image. Signed-off-by: Matej Vašek <mvasek@redhat.com> * Make func-util image "FROM scratch" Signed-off-by: Matej Vašek <mvasek@redhat.com> * Change func-utils image tag latest->v2 Since there are backward incompatible changes we must not change how 'latest' tag work (at least for some time). For this reason we change tag to v2, so newer versions of func use that and older use 'latest' that is compatible with them. Signed-off-by: Matej Vašek <mvasek@redhat.com> --------- Signed-off-by: Matej Vašek <mvasek@redhat.com> |
||
|---|---|---|
| .chglog | ||
| .github/workflows | ||
| cmd | ||
| docs | ||
| generate | ||
| hack | ||
| pkg | ||
| plugin | ||
| schema | ||
| templates | ||
| test | ||
| third_party | ||
| .codecov.yaml | ||
| .gitattributes | ||
| .gitignore | ||
| .golangci.yaml | ||
| .ko.yaml | ||
| .unicode-control-characters.config.py | ||
| .versionrc | ||
| AUTHORS | ||
| CHANGELOG.md | ||
| CODE-OF-CONDUCT.md | ||
| Dockerfile.utils | ||
| LICENSE | ||
| Makefile | ||
| OWNERS | ||
| OWNERS_ALIASES | ||
| README.md | ||
| SECURITY.md | ||
| func-util-symlinks.tgz | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
README.md
Func
func is a Client Library and CLI enabling the development and deployment of Functions.
Try the QuickStart Read the Documentation
Roadmap
We use GitHub issues and project to track our roadmap. Please see our roadmap here.
Knative Function demos and examples
Contributing
We are always looking for contributions from the Function Developer community. For more information on how to participate, see the Contribuiting Guide. For a list of all help wanted issues in Knative, take a look at CLOTRIBUTOR.
The func Working Group meets @ 10:00 US Eastern every Tuesday, we'd love to have you! For more information, see the invitation on the Knative Team Calendar.