summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fontein <felix@fontein.de>2023-02-10 23:58:14 +0100
committerGitHub <noreply@github.com>2023-02-10 14:58:14 -0800
commit695d3c7927e4c8b5cb464efba6bd642f6711fe1c (patch)
tree3f0da406e1bd301f477d4d26b416fa4195b6bbee
parent696b7936a9d4d3ea5f3f7e06fbf3aa170c0eef21 (diff)
downloadansible-695d3c7927e4c8b5cb464efba6bd642f6711fe1c.tar.gz
Bump acme test container. (#79783) (#79815)
(cherry picked from commit 5fb8bc3ddb40c3f09f76d2237951c7754ba27add)
-rw-r--r--changelogs/fragments/79783-acme-test-container.yml2
-rw-r--r--test/lib/ansible_test/_internal/commands/integration/cloud/acme.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/changelogs/fragments/79783-acme-test-container.yml b/changelogs/fragments/79783-acme-test-container.yml
new file mode 100644
index 0000000000..2f79f26c2c
--- /dev/null
+++ b/changelogs/fragments/79783-acme-test-container.yml
@@ -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)."
diff --git a/test/lib/ansible_test/_internal/commands/integration/cloud/acme.py b/test/lib/ansible_test/_internal/commands/integration/cloud/acme.py
index 42d6f0bc21..0adf630009 100644
--- a/test/lib/ansible_test/_internal/commands/integration/cloud/acme.py
+++ b/test/lib/ansible_test/_internal/commands/integration/cloud/acme.py
@@ -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