Open cloin opened 1 year ago
Got this same error elsewhere including the workshops, Use Rhel8 images and its good, something in the base rhel9 images doesn't jive.
Looks like there is an issue with current version of certified redhat.sso collection's bindeps, which is causing the install of python39-devel in the EE, this is fixed upstream so a version update on hub should fix this. Until that time, the fix for the EE is
build_arg_defaults:
EE_BASE_IMAGE: 'registry.redhat.io/ansible-automation-platform-24/ee-minimal-rhel9'
EE_BUILDER_IMAGE: 'registry.redhat.io/ansible-automation-platform-24/ansible-builder-rhel9'
if the minimal EE can work as the base layer as opposed to supported cc: @IPvSean
Oh... I also run into this. The culprit seems to be redhat.sso
requiring an rpm that's not available on RHEL9.
'python39-devel [platform:rpm compile] # from collection redhat.sso'
@IPvSean looks like this EE build fails since this commit https://github.com/cloin/ee-builds/commit/08a645cf81f7c6f8b872b3f85e207b67da3b31ac
Error here: https://github.com/cloin/ee-builds/actions/runs/6061470857/job/16446713494#step:7:388