2022-03-18 00:14:27 UTC - Dominic Kim: In case of vanilla OpenWhisk, you can find images on invoker machines. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1647562467024439 ---- 2022-03-18 01:02:51 UTC - Jacqueline Bruen: Thank you!!!! @Dominic Kim +1 : Dominic Kim https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1647565371564379 ---- 2022-03-18 06:58:33 UTC - Pramod S Rao: I'm trying to create a new custom runtime locally using the <https://github.com/apache/openwhisk-devtools/tree/master/actionloop-starter-kit|action loop starter kit>. Under the python3.7 folder, to perform some tests for understanding, i did as the instructions said in openwhisk docs on creating a new runtime <https://github.com/apache/openwhisk/blob/master/docs/actions-actionloop.md#entering-in-the-test-environment|here>. I am able to launch into a shell in the actionloop-demo-python-v3.7:latest image, however i am not able to execute the command /bin/proxy -debug. It keeps telling me "/bin/proxy: not found" BUT, the proxy file is there in /bin folder within the container. What am i doing wrong? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1647586713104469?thread_ts=1647586713.104469&cid=C3TPCAQG1 ----