-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish CentOS stream 9 ansible-runner container image #1152
Comments
For anyone that needs it, I updated the runner and builder images to stream9 and got everything working. An example of how to use them can be found here |
cc @nitzmahone |
I am also wondering if it'll be possible to publish a new image stack based on EL9. I took a shot at making some of my own based on CentOS Stream 9 after realizing I'd have to modify the assembly scripts if using a different EL distribution before knowing about this ticket. Additionally, a newer version of Ansible would be nice as it seems like the latest runner images are still using 2.12, whereas 2.13 and 2.14 are the currently available version in RHEL and CentOS Stream 8/9. Unless I misunderstood how these images are being built and the |
We have decided to no longer maintain, support, or create container images for ansible-runner going forward. Please see #1199 for more information. |
The OpenStack TripleO team is working on producing tripleo-ansible-ee container image to drive the standalone compute deployment
from Zed and master release on wards.
tripleo-ansible-ee container image contains cs9 based tripleo-ansible rpm (containing tripleo specific roles, collections, plugins and playbooks) and openstack specific files.
We need to tripleo-ansible-ee image from quay.io/ansible/ansible-runner:latest as a base container.
The current ansible-runner EE image is based on CentOS Stream 8.
But OpenStack Zed and master release works on CentOS Stream 9.
In order to fast track our work, we have built the CentOS Stream 9 ansible-runner image
and pushed it on quay.io.
cs9-ansible-runner-ee contains all the required patches to build the ansible-runner image on cs9.
We do not want to diverge from upstream and drop our image when CentOS stream 9 ansible-runner container image will be available.
Do let us know anything we can help to produce the same.
The text was updated successfully, but these errors were encountered: