ansible/test/lib/ansible_test/_data/completion/docker.txt
Matt Clay 83381cd912 Update the default-test-container in ansible-test.
The updated container includes fewer requirements now that the collection migration has completed.

Collections which encounter test issues with this new container should update their test requirements files to include the necessary requirements.
2020-05-14 21:24:58 -07:00

11 lines
938 B
Text

default name=quay.io/ansible/default-test-container:1.13 python=3.6,2.6,2.7,3.5,3.7,3.8,3.9 seccomp=unconfined
centos6 name=quay.io/ansible/centos6-test-container:1.8.0 python=2.6 seccomp=unconfined
centos7 name=quay.io/ansible/centos7-test-container:1.8.0 python=2.7 seccomp=unconfined
centos8 name=quay.io/ansible/centos8-test-container:1.10.0 python=3.6 seccomp=unconfined
fedora30 name=quay.io/ansible/fedora30-test-container:1.9.2 python=3.7
fedora31 name=quay.io/ansible/fedora31-test-container:1.11.0 python=3.7
fedora32 name=quay.io/ansible/fedora32-test-container:1.16.0 python=3.8
opensuse15py2 name=quay.io/ansible/opensuse15py2-test-container:1.14.0 python=2.7
opensuse15 name=quay.io/ansible/opensuse15-test-container:1.14.0 python=3.6
ubuntu1604 name=quay.io/ansible/ubuntu1604-test-container:1.8.0 python=2.7 seccomp=unconfined
ubuntu1804 name=quay.io/ansible/ubuntu1804-test-container:1.13.0 python=3.6 seccomp=unconfined