ansible-test: update http-test-container to 3.2.0 (#83469)

pull/83475/head
Felix Fontein 4 months ago committed by GitHub
parent d62496fe41
commit 1b42af5004
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,2 @@
minor_changes:
- "ansible-test - update HTTP test container to 3.2.0 (https://github.com/ansible/ansible/pull/83469)."

@ -31,7 +31,7 @@ class HttptesterProvider(CloudProvider):
def __init__(self, args: IntegrationConfig) -> None: def __init__(self, args: IntegrationConfig) -> None:
super().__init__(args) super().__init__(args)
self.image = os.environ.get('ANSIBLE_HTTP_TEST_CONTAINER', 'quay.io/ansible/http-test-container:3.0.0') self.image = os.environ.get('ANSIBLE_HTTP_TEST_CONTAINER', 'quay.io/ansible/http-test-container:3.2.0')
self.uses_docker = True self.uses_docker = True

Loading…
Cancel
Save