diff --git a/buildscripts/testImage.sh b/buildscripts/testImage.sh index 80ca91e..f3c8eb6 100755 --- a/buildscripts/testImage.sh +++ b/buildscripts/testImage.sh @@ -6,7 +6,7 @@ function testImage() { local tagname=$1 local iteration=0 docker run -d --network confluence_dockertestnet --name=confluence.$tagname teamatldocker/confluence:$tagname - while ! docker run --rm --network confluence_dockertestnet tutum/curl curl http://confluence.$tagname:8090 + while ! docker run --rm --network confluence_dockertestnet curlimages/curl curl http://confluence.$tagname:8090 do { echo "Exit status of curl (${iteration}): $?" echo "Retrying ..."