From 3a9e3d7d1381a70908a8c1259f0c6f3a7c1f9c24 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Mon, 3 Jul 2017 03:38:04 -0400 Subject: [PATCH] Tests: Change nginx image for swarm tests Use the docker hub image gabyct/nginx for our swarm tests. Fixes #1027 Signed-off-by: Gabriela Cervantes --- tests/lib/test-common.bash.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib/test-common.bash.in b/tests/lib/test-common.bash.in index af09b1d6..f10576bf 100644 --- a/tests/lib/test-common.bash.in +++ b/tests/lib/test-common.bash.in @@ -30,7 +30,7 @@ number_of_attempts=5 # Using Tag 1.13.0 for nginx image beause latest one does not # provide 'ip' command used in swarm tests. # See https://github.com/01org/cc-oci-runtime/issues/1014 for more information -nginx_image="nginx:1.13.0" +nginx_image="gabyct/nginx" # Checking that default runtime is cor function runtime_docker(){