From aa27271f3b84dd2f8777a8a06e4e54bbbef49c6c Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 8 Jun 2016 17:01:48 +0200 Subject: [PATCH] tests: remove the explicit docker pull commands from docker-common.sh --- tests/docker-common.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/docker-common.sh b/tests/docker-common.sh index a53d10d8..7c20b634 100755 --- a/tests/docker-common.sh +++ b/tests/docker-common.sh @@ -111,7 +111,6 @@ $DOCKER rm $IMAGE_NAME >/dev/null 2>&1 rm -f $DOCKER_DIR/Dockerfile if test "$FEDORA" = 1;then echo "Using the fedora image" - $DOCKER pull fedora:21 if test $? != 0;then echo "Cannot pull docker image" $UNLOCKFILE @@ -120,7 +119,6 @@ if test "$FEDORA" = 1;then cp $DOCKER_DIR/Dockerfile-fedora-$CONFIG $DOCKER_DIR/Dockerfile else #DEBIAN echo "Using the Debian image" - $DOCKER pull debian:jessie if test $? != 0;then echo "Cannot pull docker image" $UNLOCKFILE