mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
a98ea87e46
Currently digests are not stored on pull, causing a simple re-tag or re-push to send up all layers. Storing the digests on pull will allow subsequent pushes to the same repository to not push up content. This does not address pushing content to a new repository. When content is pushed to a new repository, the digest will be recalculated. Since only one digest is currently stored, it may cause a new content push to the original repository. Fixes #13883 Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan) |
||
---|---|---|
.. | ||
tags | ||
export.go | ||
graph.go | ||
graph_test.go | ||
history.go | ||
import.go | ||
list.go | ||
load.go | ||
load_unsupported.go | ||
manifest.go | ||
manifest_test.go | ||
pools_test.go | ||
pull.go | ||
push.go | ||
service.go | ||
tags.go | ||
tags_unit_test.go |