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 2018/06/10 22:05:21 UTC

[GitHub] rabbah commented on issue #3680: Adjust invoker playbook to pull docker images when a prefix and tag is specified.

rabbah commented on issue #3680: Adjust invoker playbook to pull docker images when a prefix and tag is specified.
URL: https://github.com/apache/incubator-openwhisk/pull/3680#issuecomment-396085734
 
 
   @dgrove-oss I think you'll need to review this now as its scope as widened a little. I did checked the kube deployment and I think the change is compatible but will appreciate your input.
   
   With the latest changes, runtime images are pulled from the given docker registry for _runtimes_ (default is dockerhub) which is now allowed to be different from the docker.registry; the latter is now strictly used for the system components. 
   
   It is possible to skip the pulling of images entirely:
   ```
       ansible-playbook -i environments/local invoker.yml -e 'skip_pull_runtimes=true'
   ```
   
   or with `redo`
   ```
      redo invoker -e"skip_pull_runtimes=true" 
   ```
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services