Hi All,
I’m encountering an issue while trying to install AWX using Docker Compose. It seems to fail during the build process, and I’m not sure how to resolve it.
Here are the details of the error:
10.13 CentOS Stream 9 - BaseOS 25 kB/s | 6.3 kB 00:00
10.42 CentOS Stream 9 - AppStream 27 kB/s | 6.4 kB 00:00
11.05 CentOS Stream 9 - CRB 12 MB/s | 6.7 MB 00:00
12.68 No match for argument: openssl-3.0.7
12.69 Error: Unable to find a match: openssl-3.0.7
Causing a failure of
ERROR: failed to solve: process "/bin/sh -c dnf -y update && dnf install -y 'dnf-command(config-manager)' && dnf config-manager --set-enabled crb && dnf -y install iputils gcc gcc-c++ git-core gettext glibc-langpack-en libffi-devel libtool-ltdl-devel make nodejs nss openldap-devel openssl-3.0.7 patch postgresql postgresql-devel python3.11 \"python3.11-devel\" \"python3.11-pip\" \"python3.11-setuptools\" \"python3.11-packaging\" \"python3.11-psycopg2\" swig unzip xmlsec1-devel xmlsec1-openssl-devel" did not complete successfully: exit code: 1
make: *** [Makefile:619: docker-compose-build] Error 1
It appears the issue is related to the openssl-3.0.7
package not being found in the repositories for CentOS Stream 9.
I’d appreciate any guidance on how to resolve this. Is there a specific repository I need to enable or a workaround to install the required dependencies?
Thank you in advance for your help!