diff options
author | Rick Elrod <rick@elrod.me> | 2020-11-09 20:04:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-09 20:04:44 +0100 |
commit | e7bf0696efc39e6704312f1518c9033e0edc8e35 (patch) | |
tree | 1af1c8adf7249372282d27490b24bd04094d4b32 /test/lib | |
parent | iptables: Reorder comment postition (#71496) (diff) | |
download | ansible-e7bf0696efc39e6704312f1518c9033e0edc8e35.tar.xz ansible-e7bf0696efc39e6704312f1518c9033e0edc8e35.zip |
[ansible-test] use newer container images (#72126)
Change:
- Bump default, ansible-base, distro containers
- We do NOT add fedora33 yet, because it doesn't work right on Shippable
due to an old kernel. This will be added post-AZP.
Test Plan:
- CI
Signed-off-by: Rick Elrod <rick@elrod.me>
Diffstat (limited to 'test/lib')
-rw-r--r-- | test/lib/ansible_test/_data/completion/docker.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/lib/ansible_test/_data/completion/docker.txt b/test/lib/ansible_test/_data/completion/docker.txt index abb97eeef6..c76cc73794 100644 --- a/test/lib/ansible_test/_data/completion/docker.txt +++ b/test/lib/ansible_test/_data/completion/docker.txt @@ -1,13 +1,13 @@ -default name=quay.io/ansible/default-test-container:2.7.0 python=3.6,2.6,2.7,3.5,3.7,3.8,3.9 seccomp=unconfined context=collection -default name=quay.io/ansible/ansible-base-test-container:1.6.0 python=3.6,2.6,2.7,3.5,3.7,3.8,3.9 seccomp=unconfined context=ansible-base +default name=quay.io/ansible/default-test-container:2.9.0 python=3.6,2.6,2.7,3.5,3.7,3.8,3.9 seccomp=unconfined context=collection +default name=quay.io/ansible/ansible-base-test-container:1.7.0 python=3.6,2.6,2.7,3.5,3.7,3.8,3.9 seccomp=unconfined context=ansible-base alpine3 name=quay.io/ansible/alpine3-test-container:1.19.0 python=3.8 centos6 name=quay.io/ansible/centos6-test-container:1.17.0 python=2.6 seccomp=unconfined centos7 name=quay.io/ansible/centos7-test-container:1.17.0 python=2.7 seccomp=unconfined -centos8 name=quay.io/ansible/centos8-test-container:1.17.0 python=3.6 seccomp=unconfined +centos8 name=quay.io/ansible/centos8-test-container:1.21.0 python=3.6 seccomp=unconfined fedora30 name=quay.io/ansible/fedora30-test-container:1.17.0 python=3.7 fedora31 name=quay.io/ansible/fedora31-test-container:1.17.0 python=3.7 fedora32 name=quay.io/ansible/fedora32-test-container:1.17.0 python=3.8 -opensuse15py2 name=quay.io/ansible/opensuse15py2-test-container:1.17.0 python=2.7 -opensuse15 name=quay.io/ansible/opensuse15-test-container:1.17.0 python=3.6 -ubuntu1604 name=quay.io/ansible/ubuntu1604-test-container:1.17.0 python=2.7 seccomp=unconfined -ubuntu1804 name=quay.io/ansible/ubuntu1804-test-container:1.17.0 python=3.6 seccomp=unconfined +opensuse15py2 name=quay.io/ansible/opensuse15py2-test-container:1.21.0 python=2.7 +opensuse15 name=quay.io/ansible/opensuse15-test-container:1.21.0 python=3.6 +ubuntu1604 name=quay.io/ansible/ubuntu1604-test-container:1.21.0 python=2.7 seccomp=unconfined +ubuntu1804 name=quay.io/ansible/ubuntu1804-test-container:1.21.0 python=3.6 seccomp=unconfined |