moby--moby/graph
Derek McGowan 35081ea4b6 Fix duplicate layers in manifest
Currently the layer array is initialized with the first layer then the first layer is appened to the layer list. Adding the first layer twice causes the layer to appear twice in the manifest, making a duplicate push and pull attempt occur.

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
2015-07-06 17:31:06 -07:00
..
tags
export.go
graph.go Attempt to protect on disk image store with mutex 2015-06-25 20:16:37 -07:00
graph_test.go
history.go
import.go
list.go Replace latest log by logrus 2015-07-02 16:11:52 +02:00
load.go
load_unsupported.go
manifest.go
manifest_test.go
mutex.go Attempt to protect on disk image store with mutex 2015-06-25 20:16:37 -07:00
pools_test.go
pull.go
push.go Fix duplicate layers in manifest 2015-07-06 17:31:06 -07:00
service.go
tags.go
tags_unit_test.go