Replies: 2 comments
-
Hi, s2i build currently doesn't support Go runtime, Buildpacks approach works. We are still working the on cluster build, should be more mature more. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Our forthcoming release will support Go functions in on-cluster builds, as does the S2I builder. Also included are support for instance-based method signatures and lifecycle hooks for on-start, on-stop, readiness check, and liveness check. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried today to setup (after successful setup of an AWS cluster with Knative and Tekton) "on cluster" build according to this document: https://github.com/knative/func/blob/main/docs/reference/on_cluster_build.md but it seems to be outdated. Trying to run
func build --builder=s2i
gives strange errors likeerror: the 'go' runtime does not define a default 's2i' builder image
. Is "on cluster" option runnable at all? I have usedfunc
1.7.Beta Was this translation helpful? Give feedback.
All reactions