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
..
MAINTAINERS
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
import.go Add import/pull events to the stream 2014-11-06 12:12:41 -08:00
list.go
load.go Remove `jsonData` argument from `image.StoreImage` 2014-11-03 17:39:21 -08:00
pools_test.go
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
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