forked from ansible/ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ansible-test docker python version handling.
This removes the old name based version detection behavior and uses versions defined in the docker completion file instead, as the new containers do not follow the old naming scheme.
- Loading branch information
Showing
2 changed files
with
6 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
default name=quay.io/ansible/default-test-container:1.2.0 | ||
default name=quay.io/ansible/default-test-container:1.2.0 python=3 | ||
centos6 name=quay.io/ansible/centos6-test-container:1.4.0 seccomp=unconfined | ||
centos7 name=quay.io/ansible/centos7-test-container:1.4.0 seccomp=unconfined | ||
fedora24 name=quay.io/ansible/fedora24-test-container:1.4.0 seccomp=unconfined | ||
fedora25 name=quay.io/ansible/fedora25-test-container:1.4.0 seccomp=unconfined | ||
fedora26py3 name=quay.io/ansible/fedora26py3-test-container:1.4.0 | ||
fedora27py3 name=quay.io/ansible/fedora27py3-test-container:1.4.0 | ||
fedora26py3 name=quay.io/ansible/fedora26py3-test-container:1.4.0 python=3 | ||
fedora27py3 name=quay.io/ansible/fedora27py3-test-container:1.4.0 python=3 | ||
opensuse42.3 name=quay.io/ansible/opensuse42.3-test-container:1.4.0 seccomp=unconfined | ||
ubuntu1404 name=quay.io/ansible/ubuntu1404-test-container:1.4.0 seccomp=unconfined | ||
ubuntu1604 name=quay.io/ansible/ubuntu1604-test-container:1.4.0 seccomp=unconfined | ||
ubuntu1604py3 name=quay.io/ansible/ubuntu1604py3-test-container:1.4.0 seccomp=unconfined | ||
ubuntu1604py3 name=quay.io/ansible/ubuntu1604py3-test-container:1.4.0 seccomp=unconfined python=3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters