Skip to content

Commit

Permalink
common.yaml: enable cliwrap
Browse files Browse the repository at this point in the history
As part of the bootable containers effort, we want to put emphasis on a
consistent experience when deriving images. A big part of that is being
able to type `dnf install -y ...` in one's `Containerfile`.

Let's turn on cliwrap for this. This matches the change in FCOS.[[1]]

[1]: coreos/fedora-coreos-config#2858
  • Loading branch information
jlebon committed Feb 16, 2024
1 parent d689b37 commit ff686c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ conditional-include:
# And remove some cruft from grub2
include: fedora-coreos-config/manifests/grub2-removals.yaml

# we want derivations to be able to type `dnf install ...` for a unified
# experience
cliwrap: true

documentation: false

postprocess:
Expand Down

0 comments on commit ff686c6

Please sign in to comment.