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:
[email protected]


With regards,
Apache Git Services

Reply via email to