From 439699fceceb76bd84aab3365e2fa8814620c226 Mon Sep 17 00:00:00 2001 From: Roy Golan Date: Thu, 10 Feb 2022 10:31:03 +0200 Subject: [PATCH] Add oracle-oci.md under image-types/rhel8 --- image-types/rhel8/oracle-oci.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 image-types/rhel8/oracle-oci.md 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.