Kyle

Results 2 comments of Kyle

I was able to get it built by adding this to func.yaml ``` run: envs: - name: LISTEN_ADDRESS value: 0.0.0.0:8080 ``` after tracking down https://github.com/knative-extensions/func-python/blob/11fea5d5b27a69a05d41f3b4520d53c78ee157dc/src/func_python/cloudevent.py#L77

added to my top level go.mod ``` module function go 1.21 replace github.com/openshift/source-to-image => github.com/openshift/source-to-image v1.5.1 ``` still getting ``` runtime: lfstack.push invalid packing: node=0xffff5d9db480 cnt=0x1 packed=0xffff5d9db4800001 -> node=0xffffffff5d9db480 fatal...