diff options
| author | 2024-03-07 01:42:50 +0100 | |
|---|---|---|
| committer | 2024-03-07 01:48:32 +0100 | |
| commit | 5966419ca56c4afa7bca1a533fd4ab0ee6bf94aa (patch) | |
| tree | 4685ab261629de361acfd01e0502086ff44559e2 | |
| parent | 0becdd4d43205b8eb136b4b1f9177c046d30a7a4 (diff) | |
| download | kiwi-descriptions-5966419ca56c4afa7bca1a533fd4ab0ee6bf94aa.tar.gz kiwi-descriptions-5966419ca56c4afa7bca1a533fd4ab0ee6bf94aa.zip | |
VARIANTS: Fix the image type of the container images
Otherwise, the build fails with:
$ sudo kiwi-ng \
--type tbz \
--profile Container-Toolbox \
system build \
--description . \
--target-dir ./outdir
[ INFO ]: 01:40:41 | Reading runtime config file: '/etc/kiwi.yml'
[ INFO ]: 01:40:41 | Loading XML description
[ INFO ]: 01:40:41 | Support for multiple markup descriptions
available
[ ERROR ]: 01:40:41 | KiwiTypeNotFound: Build type 'tbz' not found
for applied profiles: ['Container-Toolbox',
'ContainerCore']
Fallout from 0becdd4d43205b8eb136b4b1f9177c046d30a7a4
https://pagure.io/fedora-kiwi-descriptions/pull-request/20
| -rw-r--r-- | VARIANTS.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/VARIANTS.md b/VARIANTS.md index 95c6f8f..5584161 100644 --- a/VARIANTS.md +++ b/VARIANTS.md @@ -2,8 +2,8 @@ * 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`) +* 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`) |