VARIANTS: Use a table to list image variants

This should make the list of avaiable image variants more readable.
This commit is contained in:
Timothée Ravier
2024-05-24 10:40:33 +02:00
parent 47dd0aa761
commit 7ddf908a6f
+13 -7
View File
@@ -1,9 +1,15 @@
## Image variants ## Image variants
* Base Cloud Edition for clouds (image type: `oem`, image profiles: `Cloud-Base-Generic`/`Cloud-Base-AmazonEC2`/`Cloud-Base-Azure`/`Cloud-Base-GCE`) | Name | Image type | Image profiles |
* 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`) | Base Cloud Edition for clouds | `oem` | `Cloud-Base-Generic` |
* Toolbox Container (image type: `oci`, image profiles `Container-Toolbox`) | | | `Cloud-Base-AmazonEC2` |
* KDE Spin (image type: `iso`, image profiles: `KDE-Live`) | | | `Cloud-Base-Azure` |
* Workstation Edition (image type: `iso`, image profiles: `Workstation-Live`) | | | `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` |