vmware-tanzu / function-buildpacks-for-knative

Buildpacks for Knative Functions
Other
22 stars 8 forks source link

Add advance templates to https://github.com/knative-sandbox/func-tastic #52

Open dolfolife opened 2 years ago

dolfolife commented 2 years ago

the func-tastic repo represents a list of templates ready to go for complex function architecture.

We have https://github.com/vmware-tanzu/function-buildpacks-for-knative/tree/main/samples which serve the same intent. A list of complex functional architectures. We want to centralize them into one place (func-tastic).

bbtong commented 2 years ago

This is not doable for the masses yet, as users who head towards func-tastic will presumably be using the latest builds of the func CLI. We do not support versions above 0.19, which means it will automatically fail for the time being.

This is due to func.yaml trying to strictly unmarshal fields that do not currently exist with our buildpack.

The issue that tracks this is #55 -- once that is resolved, only then this issue can be worked on.