Bump acme test container. (#79783) (#79815)

(cherry picked from commit 5fb8bc3ddb)
pull/80002/head
Felix Fontein 3 years ago committed by GitHub
parent 696b7936a9
commit 695d3c7927
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