summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2018-03-20 07:23:53 -0700
committerMatt Clay <matt@mystile.com>2018-03-20 12:16:56 -0700
commit611d34acf3ffdf1dd5120155653cad11334dba64 (patch)
tree43000cdfbd5565a4acca3c76fcc6255de4ae5c3c
parente72b41d3ebfe69c4cfc78c66dffef9d874a2f0f7 (diff)
downloadansible-stable-2.2.tar.gz
Pin httptester SHA.stable-2.2
-rwxr-xr-xtest/utils/shippable/integration.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils/shippable/integration.sh b/test/utils/shippable/integration.sh
index 4f4985c094..7e2191f0c3 100755
--- a/test/utils/shippable/integration.sh
+++ b/test/utils/shippable/integration.sh
@@ -9,7 +9,7 @@ test_target="${TARGET:-all}"
test_ansible_dir="${TEST_ANSIBLE_DIR:-/root/ansible}"
test_python3="${PYTHON3:-}"
-http_image="${HTTP_IMAGE:-ansible/ansible:httptester}"
+http_image="${HTTP_IMAGE:-ansible/ansible@sha256:00f26e1d1909315ab1038751fc9397dd3cf7655604ba3b68fccda754c8630e50}" # httptester
# Keep the docker containers after tests complete.
# The default behavior is to always remove the containers.