ansible-test - Remove near-EOL test containers.

- fedora33
- centos8
pull/76299/head
Matt Clay 3 years ago
parent 0668538a3e
commit 5e3d469738

@ -0,0 +1,3 @@
minor_changes:
- ansible-test - Remove the ``fedora33`` test container since Fedora 33 will reach end-of-life soon.
- ansible-test - Remove the ``centos8`` test container since CentOS 8 will reach end-of-life soon.

@ -3,8 +3,6 @@ default image=quay.io/ansible/default-test-container:5.1.0 python=3.10,2.7,3.5,3
default image=quay.io/ansible/ansible-core-test-container:5.1.0 python=3.10,2.7,3.5,3.6,3.7,3.8,3.9 seccomp=unconfined context=ansible-core
alpine3 image=quay.io/ansible/alpine3-test-container:3.1.0 python=3.9
centos7 image=quay.io/ansible/centos7-test-container:3.1.0 python=2.7 seccomp=unconfined
centos8 image=quay.io/ansible/centos8-test-container:3.1.0 python=3.6 seccomp=unconfined
fedora33 image=quay.io/ansible/fedora33-test-container:3.1.0 python=3.9
fedora34 image=quay.io/ansible/fedora34-test-container:3.1.0 python=3.9 seccomp=unconfined
fedora35 image=quay.io/ansible/fedora35-test-container:3.2.0 python=3.10 seccomp=unconfined
opensuse15py2 image=quay.io/ansible/opensuse15py2-test-container:3.1.0 python=2.7

Loading…
Cancel
Save