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 2017/12/11 21:15:56 UTC

[GitHub] alexkli commented on issue #3052: Allow for a docker pull bypass for docker actions where the prefix maches the invoker's docker prefix

alexkli commented on issue #3052: Allow for a docker pull bypass for docker actions where the prefix maches the invoker's docker prefix
URL: https://github.com/apache/incubator-openwhisk/pull/3052#issuecomment-350860620
 
 
   @rabbah I don't have a chance to test the PR, but IIUC:
   
   1. inside the manifest (where is that btw, i have never configured it?):
      * set `bypassPullForLocalImages` to` true`
      * set `defaultImagePrefix` to e.g. `whisk` 
   2. give the docker images you develop that prefix in their tag name, e.g. `whisk/*`
   3. start OW
   4. then it would never pull images with this prefix for `--docker` actions
   
   I think that should work for the local dev/testing or demo use case.

----------------------------------------------------------------
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