diff options
| author | 2024-01-07 22:16:11 -0500 | |
|---|---|---|
| committer | 2024-01-07 22:16:11 -0500 | |
| commit | d27e4c3f6c3e13bcefe9d1d904386794140d8a91 (patch) | |
| tree | a8289b74fa7871701961a798b85f8f179ce354d0 /README.md | |
| parent | e6896b13c2757e3b36a574f83fffc74922470132 (diff) | |
| download | kiwi-descriptions-d27e4c3f6c3e13bcefe9d1d904386794140d8a91.tar.gz kiwi-descriptions-d27e4c3f6c3e13bcefe9d1d904386794140d8a91.zip | |
Add base container definitions
This adds the definitions for building the container tarballs for
the base container, the minimal base container, and the toolbox
container.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ All changes should be made via the PR workflow. * 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: `tbz`, image profiles `Container-Base-Generic-Minimal`/`Container-Base-Generic`) +* Toolbox Container (image type: `tbz`, image profiles `Container-Toolbox`) * KDE Spin (image type: `iso`, image profiles: `KDE-Live`) * Workstation Edition (image type: `iso`, image profiles: `Workstation-Live`) |