summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fontein <felix@fontein.de>2023-02-10 23:58:19 +0100
committerGitHub <noreply@github.com>2023-02-10 14:58:19 -0800
commit2c44adff202283647eb67713bc02f312af319e55 (patch)
treed4d679dc38ce2282f123e54d66a006bdfae720a1
parentc34d8f4be57101d20d460d7a979600e37c420ef1 (diff)
downloadansible-2c44adff202283647eb67713bc02f312af319e55.tar.gz
Bump acme test container. (#79783) (#79814)
(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