ansible / awx-ee

An Ansible execution environment for AWX project
https://quay.io/ansible/awx-ee
Other
136 stars 156 forks source link

Switch to centos:8 base images #5

Closed pabelanger closed 3 years ago

pabelanger commented 3 years ago

This update change our execution environment to centos:8. The main change, is the removal of kubernetes-client. This doesn't exist as an RPM right now in centos.

We also have to enable EPEL to pull in a few packages, needed by collections. A future update may filter this to only be enabled for the specific packages we need in EPEL.

Depends-On: https://github.com/ansible/ansible-runner/pull/581 Signed-off-by: Paul Belanger pabelanger@redhat.com

pabelanger commented 3 years ago

recheck

pabelanger commented 3 years ago

Pull-request updated, HEAD is now deb30a6e758284f9c46b93f9edb3fd266cb73eae

pabelanger commented 3 years ago

Pull-request updated, HEAD is now e7dcd1919b5126a186021b6214afe5ef7a1d33bd

pabelanger commented 3 years ago

Pull-request updated, HEAD is now 148c553d9c709ed2eb9d8615c29967097b7d44c4

pabelanger commented 3 years ago

Pull-request updated, HEAD is now 11eef457f2ee0fa2c25e8840c3946fa169c296bf

pabelanger commented 3 years ago

Pull-request updated, HEAD is now 97f5790b58db52f24dd6db4755676d8b7536ac8f

AlanCoding commented 3 years ago

See my linked PR, I'm on the same page and I came around to all the same things you did here.

However, we should update the resultant Dockerfile, and it sounds like we need ansible-builder to make a code change so we can produce this with podman? Or maybe just make that the default?

pabelanger commented 3 years ago

See my linked PR, I'm on the same page and I came around to all the same things you did here.

However, we should update the resultant Dockerfile, and it sounds like we need ansible-builder to make a code change so we can produce this with podman? Or maybe just make that the default?

I am going to add a new tox -ebuild(er) job, that will run ansible-builder, and validate no files change in git, if they do change, we can the test because the user didn't use the latest version of ansible-builder to generate the files.

I hope to show that working for early next week.

pabelanger commented 3 years ago

Pull-request updated, HEAD is now 59645cb1e3e7c5f0d2600372e7e867f6c6407db8

pabelanger commented 3 years ago

Pull-request updated, HEAD is now 71d1ca3961fd870ca556d2561f8918dc2cbb2af3

pabelanger commented 3 years ago

recheck

pabelanger commented 3 years ago

recheck