mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
476cf1b906
This refactors the starting work by the prior commits to make this safe for access. A maximum of 5 worker go routines are started to lookup images on the endpoint. Another go routine consumes the images that are required to be pushed into a map for quick lookups. The map is required because the pushing of the image json and layer have to be done in the correct order or the registry will explode in fire. Signed-off-by: Michael Crosby <crosbymichael@gmail.com> |
||
---|---|---|
.. | ||
export.go | ||
graph.go | ||
history.go | ||
import.go | ||
list.go | ||
load.go | ||
load_unsupported.go | ||
MAINTAINERS | ||
pools_test.go | ||
pull.go | ||
push.go | ||
service.go | ||
tag.go | ||
tags.go | ||
tags_unit_test.go | ||
viz.go |