You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2020/04/10 03:52:03 UTC

[GitHub] [openwhisk-wskdebug] alexkli commented on issue #36: Unable to find image 'whisk/runtimes/action-nodejs-v10:prod-build-16714_1.15.1'

alexkli commented on issue #36: Unable to find image 'whisk/runtimes/action-nodejs-v10:prod-build-16714_1.15.1'
URL: https://github.com/apache/openwhisk-wskdebug/issues/36#issuecomment-611864910
 
 
   **tldr;** Try overwriting the image and use the standard openwhisk image for nodejs 10:
   
   ```
   wskdebug --image openwhisk/action-nodejs-v10:latest wskdebug-examples/webaction webaction.js -l
   ```
   
   **Explanation:**
   
   The image `whisk/runtimes/action-nodejs-v10:prod-build-16714_1.15.1` is what your openwhisk system uses for `nodejs` kinds. `wskdebug` needs it to run the action locally in the container. Looks like this image is not publicly available. Maybe it's in a private docker registry and you need to set up your docker with that registry.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services