2021-08-24 16:13:50 UTC - Pavel Kravchenko: Hello, is it possible to prevent Openwhisk from pulling blackbox docker images from dockerhub and use local docker images instead? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1629821630024600?thread_ts=1629821630.024600&cid=C3TPCAQG1 ---- 2021-08-24 16:58:33 UTC - Ben Carver: I am trying to update a function, but I receive a *concurrent modification* error: ```error: Unable to create action 'namenode1': Concurrent modification to resource detected. (code 1oejqrOSY7WesRSqFxW6A701bajzz6PN) Run 'wsk --help' for usage.``` When I then try to _delete_ the action, I get an error indicating that it does not exist... ```error: Unable to delete action 'namenode1': The requested resource does not exist. (code tzasnBtLEDUb4QNINgCgWOymIFW7OqsB) Run 'wsk --help' for usage.``` The action _does_ appear in the full list of actions when I execute `wsk -i action list` and I can successfully get the action via `wsk -i action get`. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1629824313025900 ---- 2021-08-24 17:35:40 UTC - Rodric Rabbah: this is an old bug in the controller - if the doc has an attachment it can get wedged and needs to be deleted from couch directly. you can use `wskadmin` to clean it up. we should obviously fix the bug +1 : Ben Carver https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1629826540027500?thread_ts=1629826540.027500&cid=C3TPCAQG1 ---- 2021-08-24 17:35:59 UTC - Rodric Rabbah: (i think that’s what’s happening here without further investigation.) raised_hands : Ben Carver https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1629826559027800 ----