Skip to content

Commit

Permalink
Tests: Change nginx image for swarm tests
Browse files Browse the repository at this point in the history
Use the docker hub image gabyct/nginx for our swarm tests.

Fixes intel#1027

Signed-off-by: Gabriela Cervantes <[email protected]>
  • Loading branch information
GabyCT committed Jul 3, 2017
1 parent e1908a0 commit 3a9e3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/test-common.bash.in
Original file line number Diff line number Diff line change
Expand Up @@ -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(){
Expand Down

0 comments on commit 3a9e3d7

Please sign in to comment.