Skip to content

Commit

Permalink
Update ansible-test test containers.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclay committed Jun 12, 2020
1 parent 2fa65eb commit 5b37198
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions changelogs/fragments/ansible-test-container-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
minor_changes:
- ansible-test - Upgrade from default-test-container 2.1 to 2.2
- ansible-test - Upgrade from ansible-base-test-container 1.1 to 2.2
- ansible-test - Upgrade distro test containers from 1.16.0 to 1.17.0
24 changes: 12 additions & 12 deletions test/lib/ansible_test/_data/completion/docker.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
default name=quay.io/ansible/default-test-container:2.1 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.1 python=3.6,2.6,2.7,3.5,3.7,3.8,3.9 seccomp=unconfined context=ansible-base
centos6 name=quay.io/ansible/centos6-test-container:1.16.0 python=2.6 seccomp=unconfined
centos7 name=quay.io/ansible/centos7-test-container:1.16.0 python=2.7 seccomp=unconfined
centos8 name=quay.io/ansible/centos8-test-container:1.16.0 python=3.6 seccomp=unconfined
fedora30 name=quay.io/ansible/fedora30-test-container:1.16.0 python=3.7
fedora31 name=quay.io/ansible/fedora31-test-container:1.16.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.16.0 python=2.7
opensuse15 name=quay.io/ansible/opensuse15-test-container:1.16.0 python=3.6
ubuntu1604 name=quay.io/ansible/ubuntu1604-test-container:1.16.0 python=2.7 seccomp=unconfined
ubuntu1804 name=quay.io/ansible/ubuntu1804-test-container:1.16.0 python=3.6 seccomp=unconfined
default name=quay.io/ansible/default-test-container:2.2 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.2 python=3.6,2.6,2.7,3.5,3.7,3.8,3.9 seccomp=unconfined context=ansible-base
centos6 name=quay.io/ansible/centos6-test-container:1.17.0 python=2.6 seccomp=unconfined
centos7 name=quay.io/ansible/centos7-test-container:1.17.0 python=2.7 seccomp=unconfined
centos8 name=quay.io/ansible/centos8-test-container:1.17.0 python=3.6 seccomp=unconfined
fedora30 name=quay.io/ansible/fedora30-test-container:1.17.0 python=3.7
fedora31 name=quay.io/ansible/fedora31-test-container:1.17.0 python=3.7
fedora32 name=quay.io/ansible/fedora32-test-container:1.17.0 python=3.8
opensuse15py2 name=quay.io/ansible/opensuse15py2-test-container:1.17.0 python=2.7
opensuse15 name=quay.io/ansible/opensuse15-test-container:1.17.0 python=3.6
ubuntu1604 name=quay.io/ansible/ubuntu1604-test-container:1.17.0 python=2.7 seccomp=unconfined
ubuntu1804 name=quay.io/ansible/ubuntu1804-test-container:1.17.0 python=3.6 seccomp=unconfined

0 comments on commit 5b37198

Please sign in to comment.