Using the oraclelinux:7-slim (93c6055c3338) image in OCI (Oracle Cloud) and calling yum update -y twice results in a 404 error:
http://yum.oracle.com/repo/OracleLinux/OL7/oci/included/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
After updating the first time there is an enabled ol7_ociyum_config repo that points to a non-existent URL which causes the subsequent yum update to fail.
This only occurs inside OCI.
To reproduce:
Create VM in OCI and install docker-engine
docker run -it --rm --name foobar oraclelinux:7-slim /bin/bash
Using the oraclelinux:7-slim (93c6055c3338) image in OCI (Oracle Cloud) and calling
yum update -y
twice results in a 404 error:http://yum.oracle.com/repo/OracleLinux/OL7/oci/included/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
After updating the first time there is an enabledol7_ociyum_config
repo that points to a non-existent URL which causes the subsequentyum update
to fail. This only occurs inside OCI. To reproduce:docker run -it --rm --name foobar oraclelinux:7-slim /bin/bash
yum update -y
twice