Mayank
5 years ago
No known key found for this signature in database
GPG Key ID: D037D60476CE748C
1 changed files with
1 additions and
0 deletions
-
build-test.sh
|
|
@ -1,6 +1,7 @@ |
|
|
|
#!/bin/bash -e |
|
|
|
|
|
|
|
docker --version |
|
|
|
export DOCKER_CLI_EXPERIMENTAL=enabled |
|
|
|
wget -q "https://raw.githubusercontent.com/getumbrel/umbrel-compose/master/docker-compose.yml" |
|
|
|
IMAGES=$(grep '^\s*image' docker-compose.yml | sed 's/image://' | sed 's/\"//g' | sed '/^$/d;s/[[:blank:]]//g' | sort | uniq) |
|
|
|
echo "List of images to download: $IMAGES" |
|
|
|