Bump acme test container. (#79783)

pull/79813/head
Felix Fontein 1 year ago committed by GitHub
parent 330af433f3
commit 5fb8bc3ddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
minor_changes:
- "ansible-test acme test container - update version to update used Pebble version, underlying Python and Go base containers, and Python requirements (https://github.com/ansible/ansible/pull/79783)."

@ -30,7 +30,7 @@ class ACMEProvider(CloudProvider):
if os.environ.get('ANSIBLE_ACME_CONTAINER'):
self.image = os.environ.get('ANSIBLE_ACME_CONTAINER')
else:
self.image = 'quay.io/ansible/acme-test-container:2.0.0'
self.image = 'quay.io/ansible/acme-test-container:2.1.0'
self.uses_docker = True

Loading…
Cancel
Save