Update ansible-test default containers.
This commit is contained in:
parent
ded2d0b90e
commit
902c402b6f
2 changed files with 4 additions and 2 deletions
changelogs/fragments
test/lib/ansible_test/_data/completion
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- ansible-test - The ``default`` container for both collections and core have been updated to versions 2.11.0 and 1.9.0 respectively.
|
|
@ -1,5 +1,5 @@
|
|||
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-core
|
||||
default name=quay.io/ansible/default-test-container:2.11.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-core-test-container:1.9.0 python=3.6,2.6,2.7,3.5,3.7,3.8,3.9 seccomp=unconfined context=ansible-core
|
||||
alpine3 name=quay.io/ansible/alpine3-test-container:1.19.0 python=3.8
|
||||
centos6 name=quay.io/ansible/centos6-test-container:1.26.0 python=2.6 seccomp=unconfined
|
||||
centos7 name=quay.io/ansible/centos7-test-container:1.17.0 python=2.7 seccomp=unconfined
|
||||
|
|
Loading…
Add table
Reference in a new issue