mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
speedup sdk import
This commit is contained in:
parent
cb803037c7
commit
788c2095a5
@ -120,7 +120,7 @@ else
|
||||
if [ -n "$cleanup" ] ; then
|
||||
echo "$docker image rm -f '${import_tarball}'" >> "$cleanup"
|
||||
fi
|
||||
$docker import "${tarball}" "${import_tarball}"
|
||||
lbzip2 -dck "${tarball}" | $docker import - "${import_tarball}"
|
||||
fi
|
||||
|
||||
# --
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user