docker-worker doesn’t like gzip, try lz4

This commit is contained in:
Simon Sapin 2018-09-10 19:00:45 +02:00
parent 8e7d83206f
commit 22f5da0a92
2 changed files with 3 additions and 3 deletions

View file

@ -9,4 +9,4 @@ apt-get update -q
apt-get install -qy --no-install-recommends docker.io
docker version
./docker/build.sh "$image"
docker save "$image" | gzip > /image.tar.gz
docker save "$image" | lz4 > /image.tar.lz4