diff --git a/image-types/rhel8/oracle-oci.md b/image-types/rhel8/oracle-oci.md new file mode 100644 index 000000000..6bba922cb --- /dev/null +++ b/image-types/rhel8/oracle-oci.md @@ -0,0 +1,15 @@ +# Oracle's oci image + +This image type is meant to be used on Oracle Cloud Infrasturcure. It is derived from the KVM guest image type. + +## Format +The image format is `qcow2`. There are not special Oracle-specifics/metadata in it. + +## Missing packages +- oracle guest agent - this image does not include the orace guest agent, which is a collection of agents to collect, report, and allow +disk usage, os updates, metrics, and more, under the web console. It is mainly excluded because we don't have the source +code and we cann't build and include it. + +## Architecture +This image type is working with `x86_64` instances. +Oracle has ARM compute instances and this image type wasn't tested with it yet.