Replies: 5 comments 4 replies
-
Since these are part of the builtin functionality of |
Beta Was this translation helpful? Give feedback.
-
Is there any particular need for the buildpacks to be owned / maintained by the Knative community? IMO, one of the larger goals of the Another good example of this is the TriggerMesh event sources: https://github.com/triggermesh/triggermesh and search for "TriggerMesh" on https://knative.dev/docs/eventing/sources Personally, I'd be happy to reference the boson project and direct users there for the buildpacks to enable function support. |
Beta Was this translation helpful? Give feedback.
-
Thanks for this insight @evankanderson.
I definitely agree with this. I guess in this case, it's not entirely black and white since the buildpack reference is compiled into the |
Beta Was this translation helpful? Give feedback.
-
Related: #1451 |
Beta Was this translation helpful? Give feedback.
-
The present architecture injects scaffolding code (the Functions middleware) into the process at time of |
Beta Was this translation helpful? Give feedback.
-
Currently, we are using a couple of buildpacks from Boson to augment the Paketo buildpacks for our builtin. The source for these is here https://github.com/boson-project/packs and the images are distributed here https://github.com/orgs/boson-project/packages.
These are used for Go and TypeScript functions. For Go, it's where the function scaffolding code is injected into the image. For TypeScript it simply runs the transpilation since the Paketo buildpacks don't seem to provide a hook for a build step.
Any opinions on whether these should actually be published by the knative-sandbox community?
Beta Was this translation helpful? Give feedback.
All reactions