mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-05 05:01:28 +00:00
graph: use tar archive entries for TarLayer
if there is a tar-data.json.gz present for an image layer, then use it to create the tar archive, instead of the traditional graphdriver Diff. Signed-off-by: Vincent Batts <vbatts@redhat.com> Conflicts: graph/graph.go
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ const (
|
||||
jsonFileName = "json"
|
||||
layersizeFileName = "layersize"
|
||||
digestFileName = "checksum"
|
||||
tardataFileName = "tar-data.json.gz"
|
||||
tarDataFileName = "tar-data.json.gz"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user