I just submitted this PR to add Knative Support to ActionLoop. https://github.com/apache/openwhisk-runtime-go/pull/106
As a result, all the runtimes built with ActionLoop should become buildable with Knative (Python, PHP, Rust, Java, Ruby etc) The change itself is small: adding the OW_AUTOINIT variable so a runtime can start initialized using an action included in the image itself. I also added an example (that was the hard part), under examples/knative: how to build an initialized image from sources with Tekton Pipelines. -- Michele Sciabarra mich...@sciabarra.com