| Age | Commit message (Collapse) | Author |
|
In preparation for having multiple top-level kiwi description files,
expose the ability to define which file to read.
Additionally, tests are updated to use this new flag.
|
|
Signed-off-by: Troy Dawson <tdawson@redhat.com>
|
|
This adds a disk image build profile to produce Fedora KDE images.
Additionally, these profiles are now tested in CI.
|
|
This is similar to "ubi-init" on UBI/RHEL side.
Fixes BZ 2278884.
|
|
This should make the list of avaiable image variants more readable.
|
|
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
|
|
As the list of buildable variants grows, it will be harder to maintain
in the main README. Thus, split it out to its own file to keep the
README manageable.
|