OCI Marketplace中的一些image已经更新到Oracle Linux 8了。
$ cat /etc/redhat-release
Red Hat Enterprise Linux release 8.3 (Ootpa)
每一个Region都有自己的Oracle Linux yum server,参考这里,配置方法如下:
# OCIREGION=$(curl -sfm 3 http://169.254.169.254/opc/v1/instance/ | jq -r '.region' | cut -d '-' -f 2)
# echo "-$OCIREGION" > /etc/yum/vars/ociregion
然后就可以yum 安装了。
其它参考:
- https://yum.oracle.com/oracle-linux-8.html
- https://docs.oracle.com/en/operating-systems/oracle-linux/8/software-management/dnf.html#downloading-yum-repo