1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/graph
Derek McGowan a98ea87e46 Store layer digests on pull
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)
2015-06-15 11:08:21 -07:00
..
tags Windows: Build load.go 2015-05-12 14:26:57 -07:00
export.go Windows: graph\export.go filepath fixes 2015-05-04 14:56:23 -07:00
graph.go Merge pull request #13773 from dmcgowan/refactor-1-image-graph-separation 2015-06-11 17:44:37 -07:00
graph_test.go Separate graph from image 2015-06-05 18:06:09 -07:00
history.go Update graph walkhistory to pass by value 2015-06-05 18:06:09 -07:00
import.go Refactor pkg/stremformatter with custom constructors instead of passing a boolean 2015-05-13 00:09:41 +02:00
list.go Separate graph from image 2015-06-05 18:06:09 -07:00
load.go Windows: Build load.go 2015-05-12 14:26:57 -07:00
load_unsupported.go Windows: Build load.go 2015-05-12 14:26:57 -07:00
manifest.go Break down loadManifest function into constituent parts 2015-06-01 13:02:50 -07:00
manifest_test.go Update graph to use digest type 2015-06-05 18:07:41 -07:00
pools_test.go don't call reexec.Init from chrootarchive 2014-11-25 01:03:40 +02:00
pull.go Store layer digests on pull 2015-06-15 11:08:21 -07:00
push.go Update graph to use digest type 2015-06-05 18:07:41 -07:00
service.go Separate graph from image 2015-06-05 18:06:09 -07:00
tags.go Windows: Build load.go 2015-05-12 14:26:57 -07:00
tags_unit_test.go Add tests for loadManifest digest verification 2015-05-29 16:30:21 -07:00