You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/08/16 21:13:16 UTC

[GitHub] markusthoemmes opened a new pull request #2626: Collapse multiple concurrent pulls of the same image.

markusthoemmes opened a new pull request #2626: Collapse multiple concurrent pulls of the same image.
URL: https://github.com/apache/incubator-openwhisk/pull/2626
 
 
   Multiple concurrent calls of `docker pull` to the same image create unnecessary network traffic. Instead, all of those calls are collapsed into the first calls. After that call finished, a subsequent pull will result in a `docker pull` again to enable updates to the same image, without having to work with tags for convenience.
 
----------------------------------------------------------------
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