diff options
| author | 2023-10-14 16:50:29 -0400 | |
|---|---|---|
| committer | 2023-10-14 16:50:29 -0400 | |
| commit | f5632edf2bcc9d76635faa4c8293127725b09ff7 (patch) | |
| tree | 2845e793c7b7993bc169eb9ad57e9a4b5f3a488a /README.md | |
| parent | 118e70f9dbf2c3b60cad0ddaaec2917e8aa13745 (diff) | |
| download | kiwi-descriptions-f5632edf2bcc9d76635faa4c8293127725b09ff7.tar.gz kiwi-descriptions-f5632edf2bcc9d76635faa4c8293127725b09ff7.zip | |
platforms/cloud: Add Oracle Cloud image
Oracle Cloud images are KVM cloud images, just like the OpenStack
images. Reuse the OpenStack image definition for Oracle Cloud.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ All changes should be made via the PR workflow. ## Image variants -* Cloud Edition (image type: `oem`, image profiles: `Cloud-OpenStack`/`Cloud-AmazonEC2`/`Cloud-Azure`/`Cloud-GCE`) +* Cloud Edition (image type: `oem`, image profiles: `Cloud-OpenStack`/`Cloud-AmazonEC2`/`Cloud-Azure`/`Cloud-GCE`/`Cloud-Oracle`) * KDE Spin (image type: `iso`, image profiles: `KDE-Live`) * Vagrant Cloud Edition (image type: `oem`, image profiles: `Vagrant-libvirt`/`Vagrant-VirtualBox`) * Workstation Edition (image type: `iso`, image profiles: `Workstation-Live`) |