2020-12-18 22:25:10 UTC - Joshua Dunham: Hey Everyone, I'm trying to create a blackbox docker container with some C/Java deps and a python wrapper to orchestrate the internal flow. Should I create this all-in-one in CICD or should I just add the C/Java and create the action using py with wsk action create? Good or bad pattern here? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1608330310427700?thread_ts=1608330310.427700&cid=C3TPCAQG1 ---- 2020-12-18 22:35:31 UTC - Rodric Rabbah: leaving the last layer to add action code makes the image reusable without creating one docker image per action. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1608330931428000?thread_ts=1608330310.427700&cid=C3TPCAQG1 ---- 2020-12-18 22:36:03 UTC - Rodric Rabbah: if you’re doing just one image/action, don’t think the distinction is that meaningful. It’s faster to burn it in in that case. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1608330963428200?thread_ts=1608330310.427700&cid=C3TPCAQG1 ----