aboutsummaryrefslogtreecommitdiff
diff options
from:
to:
context:
space:
mode:
authorGravatar Timothée Ravier <tim@siosm.fr> 2024-05-06 18:19:04 +0200
committerGravatar Timothée Ravier <tim@siosm.fr> 2024-05-24 10:40:33 +0200
commit7ddf908a6fbf89b002bbfdffeb38c26810d50cc6 (patch)
treea65c29522fcb250150bf07ab924806ff2bf65c13
parent47dd0aa7615d847c06627007873b3d7e09bcd441 (diff)
downloadkiwi-descriptions-7ddf908a6fbf89b002bbfdffeb38c26810d50cc6.tar.gz
kiwi-descriptions-7ddf908a6fbf89b002bbfdffeb38c26810d50cc6.zip
VARIANTS: Use a table to list image variants
This should make the list of avaiable image variants more readable.
-rw-r--r--VARIANTS.md20
1 files changed, 13 insertions, 7 deletions
diff --git a/VARIANTS.md b/VARIANTS.md
index 5584161..5d49b30 100644
--- a/VARIANTS.md
+++ b/VARIANTS.md
@@ -1,9 +1,15 @@
## Image variants
-* Base Cloud Edition for clouds (image type: `oem`, image profiles: `Cloud-Base-Generic`/`Cloud-Base-AmazonEC2`/`Cloud-Base-Azure`/`Cloud-Base-GCE`)
-* Base Cloud Edition for Vagrant (image type: `oem`, image profiles: `Cloud-Base-Vagrant-libvirt`/`Cloud-Base-Vagrant-VirtualBox`)
-* Base Container (image type: `oci`, image profiles `Container-Base-Generic-Minimal`/`Container-Base-Generic`)
-* Toolbox Container (image type: `oci`, image profiles `Container-Toolbox`)
-* KDE Spin (image type: `iso`, image profiles: `KDE-Live`)
-* Workstation Edition (image type: `iso`, image profiles: `Workstation-Live`)
-
+| Name | Image type | Image profiles |
+|--------------------------------|------------|----------------------------------|
+| Base Cloud Edition for clouds | `oem` | `Cloud-Base-Generic` |
+| | | `Cloud-Base-AmazonEC2` |
+| | | `Cloud-Base-Azure` |
+| | | `Cloud-Base-GCE` |
+| Base Cloud Edition for Vagrant | `oem` | `Cloud-Base-Vagrant-libvirt` |
+| | | `Cloud-Base-Vagrant-VirtualBox` |
+| Base Container | `oci` | `Container-Base-Generic-Minimal` |
+| | | `Container-Base-Generic` |
+| Toolbox Container | `oci` | `Container-Toolbox` |
+| KDE Spin | `iso` | `KDE-Live` |
+| Workstation Edition | `iso` | `Workstation-Live` |