2020-11-17 23:49:00 UTC - Joshua Dunham: Hey Everyone, Looking to roll a custom action containers. The ow-runtime-python github core folder has the dockerfiles I believe I'm looking for but I don't understand why some have suffix loop and some not. Are these special containers (and not what I'm looking for)? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1605656940292800 ---- 2020-11-17 23:50:03 UTC - Rodric Rabbah: are you looking here <https://github.com/apache/openwhisk-runtime-python/tree/master/core>? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1605657003293000 ---- 2020-11-17 23:50:34 UTC - Rodric Rabbah: we eliminated the non-loop suffix ones to avoid confusion (no longer maintained) and we will rename the ones that remain to remove the “loop” at some point https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1605657034293700 ---- 2020-11-17 23:52:27 UTC - Joshua Dunham: @Rodric Rabbah yep, that's where I'm looking. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1605657147294400 ---- 2020-11-17 23:53:18 UTC - Joshua Dunham: Are those the latest / woking skeleton for python based actions? I want to build and push to a private registry then use the wsk flag to push actions into this container. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1605657198295400 ---- 2020-11-17 23:53:52 UTC - Rodric Rabbah: yep - youll want to use <https://github.com/apache/openwhisk-runtime-python/tree/master/core/python3ActionLoop> most likely or the “ai” one if you’re doing naything that requires some of the ml related libraries https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1605657232296000 ---- 2020-11-17 23:57:19 UTC - Joshua Dunham: To confirm, once go to deploy it's ~ $> wsk action create action.py --docker <http://private-reg.server.com/custom-ow-container:latest|private-reg.server.com/custom-ow-container:latest> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1605657439297400?thread_ts=1605657439.297400&cid=C3TPCAQG1 ---- 2020-11-17 23:59:02 UTC - Rodric Rabbah: Assuming this is a private deployment and the system is configured to pull from a private registry, yes. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1605657542298500?thread_ts=1605657439.297400&cid=C3TPCAQG1 ---- 2020-11-17 23:59:22 UTC - Rodric Rabbah: ie you provided the u/p for the registry during deployment to the invokers https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1605657562299200?thread_ts=1605657439.297400&cid=C3TPCAQG1 ----