Hello All,
I am running Oracle docker image mentioned at :
https://github.com/oracle/docker-images/tree/main/OracleDatabase/SingleInstance/dockerfiles/19.3.0
In one the shell script we are trying to run
yum -y install oracle-database-preinstall-19c and this failing with following error
https://yum.oracle.com/repo/OracleLinux/OL7/latest/x86_64/repodata/repomd.xml: [Errno 14] curl#60 - "Peer's Certificate issuer is not recognized."
and when I set sslverify as False then getting :
https://yum.oracle.com/repo/OracleLinux/OL7/latest/x86_64/repodata/180f470efde3c1b8b6734adda054286860c65c82-primary.sqlite.bz2: [Errno 14] HTTPS Error 403 - Forbidden
Please help