Make loading docker images from tars optional 96/89796/4
authorTomáš Levora <t.levora@partner.samsung.com>
Thu, 13 Jun 2019 11:31:01 +0000 (13:31 +0200)
committerTomáš Levora <t.levora@partner.samsung.com>
Thu, 27 Jun 2019 10:40:40 +0000 (10:40 +0000)
commite878f03348830466a9ca61d7eea395317a5c59c7
treeda0edfb3f5bdcabcf55a38e22db150542786dc7b
parentf78d3e59c6e317935eb15a2a22e3dfe118ad3213
Make loading docker images from tars optional

As build server for building Nexus blob can be the same machine as for
previous download, there's not necessary to load all docker images if
they are already in local registry - therefore this patch makes the
loading of the images from tarballs as an option and by default will use
images directly from local registry

Issue-ID: OOM-1889

Change-Id: Id8f850afdab1009d026aef97ac1b0eb3d742f38b
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
build/build_nexus_blob.sh