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 whisk/proxyaction
       wsk action invoke foo
   
   I get the same error as with a non-whisk prefix:
   
       Failed to pull container image 'whisk/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 whisk/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 
whisk/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

Reply via email to