1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update httptester container reference.

This commit is contained in:
Matt Clay 2018-04-17 11:20:40 -07:00
parent 11a5671d68
commit 35748e5228

View file

@ -627,7 +627,7 @@ def add_extra_docker_options(parser, integration=True):
docker.add_argument('--docker-util',
metavar='IMAGE',
default='ansible/ansible@sha256:fa5def8c294fc50813af131c0b5737594d852abac9cbe7ba38e17bf1c8476f3f', # httptester
default='quay.io/ansible/http-test-container:1.0.0',
help='docker utility image to provide test services')
docker.add_argument('--docker-privileged',