Merge branch 'add-dnf-tier0' into 'main'
tier-0: add dnf for building derived images See merge request fedora/bootc/base-images!13
This commit is contained in:
commit
7088bed122
|
|
@ -56,6 +56,8 @@ include:
|
|||
- basic-fixes.yaml
|
||||
|
||||
packages:
|
||||
# needed for building derived container images
|
||||
- dnf
|
||||
# Even in tier-0, we have this. If you don't want SELinux today, you'll need
|
||||
# to build a custom image.
|
||||
- selinux-policy-targeted
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ recommends: true
|
|||
include:
|
||||
- manifest-tier-0.yaml
|
||||
- bootable-rpm-ostree.yaml
|
||||
- rpm-packaging.yaml
|
||||
- podman.yaml
|
||||
- firmware.yaml
|
||||
- networking-tools.yaml
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
# A full dnf experience at build time, but right now
|
||||
# `dnf update` *client side* doesn't do much helpful...
|
||||
packages:
|
||||
- dnf
|
||||
Loading…
Reference in New Issue