Add oracle-oci.md under image-types/rhel8

This commit is contained in:
Roy Golan 2022-02-10 10:31:03 +02:00 committed by Ondřej Budai
parent b3796a7319
commit 439699fcec

View file

@ -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.