From 87b072c2097b14bced3c24c6d7318f41b5e0d129 Mon Sep 17 00:00:00 2001 From: ryanwilliamnicholls Date: Tue, 24 Aug 2021 10:42:57 +1000 Subject: [PATCH] Updated Docker Image that the test script uses as tutum/curl has been removed --- buildscripts/testImage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ..."