Mayank
5 years ago
No known key found for this signature in database
GPG Key ID: D037D60476CE748C
1 changed files with
3 additions and
1 deletions
-
build-test.sh
|
|
@ -8,3 +8,5 @@ while IFS= read -r image; do |
|
|
|
done <<< "$IMAGES" |
|
|
|
docker save $IMAGES -o umbrel-docker-images.tar |
|
|
|
du -h umbrel-docker-images.tar |
|
|
|
docker save $IMAGES | gzip > umbrel-docker-images.tar.gz |
|
|
|
du -h umbrel-docker-images.tar.gz |