1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/graph
Anthony Baire b37fdc5dd1 fix missing layers when exporting a full repository
Therer is a bug in the 'skip' decision when exporting a repository
(`docker save repo`)

Only the layers of the first image are included in the archive (the
layers of the next images are missing)

Signed-off-by: Anthony Baire <Anthony.Baire@irisa.fr>
2014-11-14 14:41:35 +01:00
..
export.go fix missing layers when exporting a full repository 2014-11-14 14:41:35 +01:00
graph.go Remove jsonData argument from image.StoreImage 2014-11-03 17:39:21 -08:00
history.go Move "image_history" to graph/history.go 2014-08-06 17:18:50 -04:00
import.go Add import/pull events to the stream 2014-11-06 12:12:41 -08:00
list.go Move "images" to graph/list.go 2014-08-06 17:18:50 -04:00
load.go Remove jsonData argument from image.StoreImage 2014-11-03 17:39:21 -08:00
MAINTAINERS Add maintainers to daemon/ and graph/ 2014-08-06 10:29:15 +00:00
pools_test.go Move "pull" and "push" to graph/pull.go and graph/push.go 2014-08-08 07:25:09 +00:00
pull.go registry: refactor registry.IsSecure calls into registry.NewEndpoint 2014-11-12 20:34:03 -06:00
push.go registry: refactor registry.IsSecure calls into registry.NewEndpoint 2014-11-12 20:34:03 -06:00
service.go Compute TarSum on storage of image layer content 2014-11-05 10:17:55 -08:00
tag.go Move "image_tag" and "tag" to graph/tag.go 2014-08-06 17:18:51 -04:00
tags.go Refactor IsSecure change 2014-10-30 19:41:55 -04:00
tags_unit_test.go Merge pull request #8799 from jlhawn/remove_jsondata_arg 2014-11-03 20:55:40 -05:00
viz.go Move "viz" to graph/viz.go 2014-08-06 17:18:50 -04:00