address PR comments

This commit is contained in:
Jimmy Zelinskie 2016-08-09 15:11:35 -04:00
parent 16b451437f
commit 9f743fd6cd
4 changed files with 19 additions and 16 deletions

View file

@ -40,7 +40,7 @@ class SquashedDockerImageFormatter(TarImageFormatter):
# repositories - JSON file containing a repo -> tag -> image map
# {image ID folder}:
# json - The layer JSON
# layer.tar - The tared contents of the layer
# layer.tar - The tarballed contents of the layer
# VERSION - The docker import version: '1.0'
layer_merger = StreamLayerMerger(get_layer_iterator)