Update default-test-container to 1.10.1.
This brings in the final Python 3.8.0 release instead of a release candidate.
This commit is contained in:
parent
6d7620b646
commit
7448084858
2 changed files with 3 additions and 1 deletions
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- update ansible-test default-test-container from version 1.9.3 to 1.10.1
|
|
@ -1,4 +1,4 @@
|
|||
default name=quay.io/ansible/default-test-container:1.9.3 python=3.6,2.6,2.7,3.5,3.7,3.8 seccomp=unconfined
|
||||
default name=quay.io/ansible/default-test-container:1.10.1 python=3.6,2.6,2.7,3.5,3.7,3.8 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
|
||||
fedora29 name=quay.io/ansible/fedora29-test-container:1.9.4 python=3.7
|
||||
|
|
Loading…
Reference in a new issue