github.com/ncdc/docker@v0.10.1-0.20160129113957-6c6729ef5b74/hack/make/.integration-daemon-setup (about) 1 #!/bin/bash 2 set -e 3 4 bundle .detect-daemon-osarch 5 if [ $DOCKER_ENGINE_GOOS != "windows" ]; then 6 bundle .ensure-emptyfs 7 bundle .ensure-frozen-images 8 bundle .ensure-httpserver 9 bundle .ensure-syscall-test 10 else 11 # Note this is Windows to Windows CI, not Windows to Linux CI 12 bundle .ensure-frozen-images-windows 13 fi