alexkli commented on issue #2852: invoker: use locally available image if docker pull fails URL: https://github.com/apache/incubator-openwhisk/pull/2852#issuecomment-338757493 Using a "whisk" prefix alone does not work, for wsk action create foo foo.js --docker wisk/proxyaction wsk action invoke foo I get the same error as with a non-wisk prefix: Failed to pull container image 'wisk/proxyaction' Looking at the invoker logs, I see it's still trying to do a pull first and bail out when that throws an error: ``` ...[INFO] [#tid_10] [DockerClientWithFileAccess] running /usr/bin/docker pull wisk/proxyaction [marker:invoker_docker.pull_start:64] ...[ERROR] [#tid_10] [DockerClientWithFileAccess] code: 1, stdout: Using default tag: latest, stderr: Error response from daemon: pull access denied for wisk/proxyaction, repository does not exist or may require 'docker login' [marker:invoker_docker.pull_error:1578:1514] ```
---------------------------------------------------------------- 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
