DNF Module Requires DNF5?
Does the DNF module require DNF5?
When trying to build custom images based on centos stream 10, I get the following error:
I get that I could base my image off of centos 9 or fedora, and add the COPR to my containerfile, but unfortunately I can't do that with centos 10 or almalinux 10 either.
I checked out the Bluefin:LTS and GDX repo, over there it looks like they're just using regular DNF commands in their build scripts.
Let me know how I should be doing this, thank you!!
Solution:Jump to solution
Yes, this module will require
dnf5
cause we use specific features of that version in the module3 Replies
Solution
Yes, this module will require
dnf5
cause we use specific features of that version in the moduleOkay, in that event I'm going to have to play around a bit.
Right now there's no proper way of installing
dnf5
on centos 10, hopefully it gets added to EPEL or a COPR for thatAFAIK
dnf
is just a wrapper for rpm-ostree
in most images like these, and dnf5
is the only separate (and better) codebase