containers: export all images in one file 15/7415/6
authorCian Johnston <cian.johnston@est.tech>
Thu, 4 Feb 2021 14:51:58 +0000 (14:51 +0000)
committerCian Johnston <cian.johnston@est.tech>
Tue, 9 Feb 2021 09:46:29 +0000 (09:46 +0000)
This change modifies how images are exported before packaging.
Previously, each image was exported as a separate file, which
causes duplication of layers in common between images. Now, all
images are exported as one file, allowing deduplication of image
layers and significant on-disk space savings.

NOTE: the docker-registry image is exported separately for the
sake of engine.

Change-Id: I95a0597590ada9c32c8b9449d6f58b321168c2f8
Signed-off-by: Cian Johnston <cian.johnston@est.tech>

No differences found