Update default-test-container to version 1.14.

This commit is contained in:
Matt Clay 2020-05-27 10:14:14 -07:00
parent e5cc12a64f
commit 65c57a7f5b
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- update ansible-test default-test-container from version 1.13 to 1.14, which includes an update from Python 3.9.0a6 to Python 3.9.0b1

View file

@ -1,4 +1,4 @@
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
default name=quay.io/ansible/default-test-container:1.14 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