From: Cian Johnston Date: Thu, 4 Feb 2021 14:51:58 +0000 (+0000) Subject: containers: export all images in one file X-Git-Url: https://gerrit.nordix.org/gitweb?p=infra%2Fstack%2Fkubernetes.git;a=commitdiff_plain;h=dbb881e7fd077d2818d01dd6b46d4899af6940d8;hp=dbb881e7fd077d2818d01dd6b46d4899af6940d8 containers: export all images in one file 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 ---