aboutsummaryrefslogtreecommitdiff
path: root/VARIANTS.md
AgeCommit message (Collapse)Author
2025-03-12Phosh updatesGravatar Allan
2025-02-22VARIANTS: Add Python Classroom Lab and reformat tableGravatar Neal Gompa
The Fedora Python Classroom Lab moved to kiwi with Fedora Linux 42.
2025-02-22VARIANTS: Add all the spins officially using kiwi nowGravatar Neal Gompa
2025-02-22VARIANTS: Add Workstation Edition disk imageGravatar Neal Gompa
This was accidentally left off when it shouldn't be.
2025-02-22VARIANTS: Update names for KDE variantsGravatar Neal Gompa
Fedora KDE Plasma Desktop is now an Edition, and KDE Mobile is the Fedora KDE Plasma Mobile Spin.
2024-11-13Add Fedora Server generic guest and host image descriptionsGravatar Neal Gompa
This is loosely based on the Server kickstart and ELN descriptions. This covers both the disk image for running on ARM hardware as well as the VM image for running on various hypervisor platforms.
2024-09-28Add FEX-RootFS definitionGravatar Davide Cavalca
Add a new definition for a RootFS to be used by FEX (https://src.fedoraproject.org/rpms/fex-emu). This is based on the upstream manifest (https://github.com/FEX-Emu/RootFS/blob/main/Configs/Fedora_40.json). Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
2024-08-09kiwi-build, tmt: Require setting the kiwi filename for the buildGravatar Neal Gompa
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.
2024-07-31Initial KDE Plasma Mobile Spin importGravatar Troy Dawson
Signed-off-by: Troy Dawson <tdawson@redhat.com>
2024-07-24teams/kde: Rework to add disk image buildGravatar Neal Gompa
This adds a disk image build profile to produce Fedora KDE images. Additionally, these profiles are now tested in CI.
2024-07-01Introduce a new "fedora-init" image, which is fedora + systemd.Gravatar Romain Geissler
This is similar to "ubi-init" on UBI/RHEL side. Fixes BZ 2278884.
2024-05-24VARIANTS: Use a table to list image variantsGravatar Timothée Ravier
This should make the list of avaiable image variants more readable.
2024-03-07VARIANTS: Fix the image type of the container imagesGravatar Debarshi Ray
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
2024-01-13Split documentation of variants into its own fileGravatar Neal Gompa
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.