Update container-structure-test download path

This commit is contained in:
Markus Opolka
2018-05-16 12:59:05 +02:00
parent 4cf3ada28d
commit 038ccda1f5

View File

@@ -3,7 +3,8 @@
IMAGE=$1 IMAGE=$1
if [ ! -f container-structure-test ]; then if [ ! -f container-structure-test ]; then
curl -LO https://storage.googleapis.com/container-structure-test/latest/container-structure-test curl -LO https://storage.googleapis.com/container-structure-test/latest/container-structure-test-linux-amd64
mv container-structure-test-linux-amd64 container-structure-test
chmod +x container-structure-test chmod +x container-structure-test
fi fi