ci-test/ostree-classic.yaml
Timothée Ravier f9184799de Use conditional includes to separate bootable containers
Refactor how we differentiate bootable containers variants from classic
ostree ones using conditional includes.

See: https://coreos.github.io/rpm-ostree/treefile/
2024-07-26 17:06:23 +02:00

12 lines
385 B
YAML

# Manifest for classic ostree varaints only and not Bootable Containers
# Packages only included in the legacy ostree variants and not in Bootable
# Containers
packages:
- ostree-grub2
# We do not include any version of DNF in the classic ostree Atomic Desktops
# See: https://fedoraproject.org/wiki/Changes/DNFAndBootcInImageModeFedora
exclude-packages:
- dnf5
- dnf5-plugins