Ensure that only the layers are compressed and not mnt points

This commit is contained in:
Michael Crosby
2013-11-20 15:37:26 -08:00
parent 8fdbf46afb
commit 4e0c76b321
2 changed files with 21 additions and 4 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ func (graph *Graph) TempLayerArchive(id string, compression archive.Compression,
if err != nil {
return nil, err
}
a, err := image.TarLayer(compression)
a, err := image.TarLayer()
if err != nil {
return nil, err
}