csantanapr commented on issue #2852: invoker: use locally available image if docker pull fails URL: https://github.com/apache/incubator-openwhisk/pull/2852#issuecomment-338412480 You can push your docker action to dockerhub and then specify the image $user/myimage You can also push to another registry and configure access to your local environment If you don't want skip the pull all together then what @rabbah suggested should work build your local image and tag it with the default prefix whisk docker build . -t whisk/myblackbox Then in the manifest add "myblackbox" as a blackbox image If this doesn't work then we have a bug :-) and should fix
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
