2021-01-19 17:59:05 UTC - Alessandro Banfi: What I can do in order to fix it? Have I to use a tag detached before the related PR? I didn't keep in touch with kafka till now, I just would like to use an invoker manually built as explained into the deploy-kube repo. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1611079145020200?thread_ts=1610570671.496500&cid=C3TPCAQG1 ---- 2021-01-19 19:53:24 UTC - Rodric Rabbah: the serialization error suggests the controller is out dated - i’m not sure how else you get that error message did you rebuild both the controller and invoker? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1611086004020400?thread_ts=1610570671.496500&cid=C3TPCAQG1 ---- 2021-01-19 19:58:27 UTC - Joshua Dunham: Hey Everyone, I'm building my own ruby base image and noticed something. This is my first non-python image and saw it has defined a bin/compile file that calls python. Do all of the base images do this? Should I have python available for ruby et. al.? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1611086307021900?thread_ts=1611086307.021900&cid=C3TPCAQG1 ---- 2021-01-19 20:02:49 UTC - Rodric Rabbah: @Michele Sciabarra ^^ this is because the runtimes use the golan proxy and can pre-compile function code, that logic is embedded in such scripts https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1611086569022000?thread_ts=1611086307.021900&cid=C3TPCAQG1 ----