2020-02-10 05:48:47 UTC - Nitin Nizhawan: Hi, How can I test blackbox action using standalone, <https://github.com/apache/openwhisk/tree/master/core/standalone> ? When I create the action it tries to download the image although the image exists on local machine. I have named image as "whisk/somename". https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581313727207000?thread_ts=1581313727.207000&cid=C3TPCAQG1 ---- 2020-02-10 09:04:57 UTC - chetanm: It should work. Whats your manifest json looks like https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581325497207400?thread_ts=1581313727.207000&cid=C3TPCAQG1 ---- 2020-02-10 10:39:42 UTC - Nitin Nizhawan: manifest was not provided. I thought it is required to specify custom runtimes. Do I need to add my docker image as a runtime? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581331182207600?thread_ts=1581313727.207000&cid=C3TPCAQG1 ---- 2020-02-10 10:41:05 UTC - chetanm: It also captures the blackbox images which I think . are then excluded from explicit pull https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581331265207800?thread_ts=1581313727.207000&cid=C3TPCAQG1 ---- 2020-02-10 11:28:08 UTC - Nitin Nizhawan: Thanks, it worked! Had to do following things 1. Looks like manifest completely overrides built-in runtimes. Therfore, copy json from ansible/files/runtimes.json to manifest.json. Add to the list of blackboxes. 2. The image prefix must be "whisk" (not openwhisk) otherwise it will still try to pull image https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581334088208000?thread_ts=1581313727.207000&cid=C3TPCAQG1 ---- 2020-02-10 18:20:07 UTC - Rob Allen: I always feel slightly guilty that I’ve broken the process when I fail to verify a build. On the flip side, this is why we do it… https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581358807208700 ---- 2020-02-10 18:21:30 UTC - Rodric Rabbah: are you using python 2 or 3? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581358890208900 ---- 2020-02-10 18:21:57 UTC - Rodric Rabbah: (i made a change related to python 3 over the weekend, maybe that broke python 2… will need to check) https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581358917209500 ---- 2020-02-10 18:22:20 UTC - Rodric Rabbah: i think there’s a flag to “bypass” pulling an image starting with whisk https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581358940209600?thread_ts=1581313727.207000&cid=C3TPCAQG1 ---- 2020-02-10 18:23:56 UTC - Rob Allen: Py3 I think https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581359036209900 ---- 2020-02-10 18:23:57 UTC - Rob Allen: hold on https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581359037210100 ---- 2020-02-10 18:24:05 UTC - Rob Allen: `Python 3.7.6` https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581359045210300 ---- 2020-02-10 18:26:05 UTC - Rodric Rabbah: boogers there goes my theory https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581359165210900 ---- 2020-02-10 18:37:46 UTC - Rodric Rabbah: ah looks like it’s working as expected - thanks @Dave Grove https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581359866211300 ---- 2020-02-10 18:38:38 UTC - Rob Allen: yeah - I didn’t get the rc2 vote email https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581359918211600 ---- 2020-02-10 18:38:58 UTC - Rob Allen: So the one for rc1 from 09:29 this morning seemed current https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581359938212100 ---- 2020-02-10 21:41:24 UTC - Bilal: I just turned on user metrics grafana board for openwhisk-deploy-kube and it's very nice. Is there anything like this for looking at logs? perhaps ELK stack? I also noticed some stuff in the documentation about kamon and statsD? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581370884213800 ---- 2020-02-10 21:46:19 UTC - Bilal: I see <https://github.com/jthomas/logstash-input-openwhisk> , but it hasn't been touched in years https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1581371179214200 ----