Browse Source

Enable experimental features

master
Mayank 5 years ago
parent
commit
492dafec3b
No known key found for this signature in database GPG Key ID: D037D60476CE748C
  1. 1
      build-test.sh

1
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"

Loading…
Cancel
Save