Hi, I found fedora:40 container image does not contain util-linux-core. Is it intentional? I'd like some commands (findmnt in my case) included in the base image...
## fedora:39 container image has findmnt $ podman run --rm quay.io/fedora/fedora:39 sh -c 'type findmnt; rpm -q util-linux-core' findmnt is /usr/bin/findmnt util-linux-core-2.39.4-1.fc39.x86_64 ## fedora:40 container image does not have findmnt $ podman run --rm quay.io/fedora/fedora:40 sh -c 'type findmnt; rpm -q util-linux-core' sh: line 1: type: findmnt: not found package util-linux-core is not installed Regards, ---- Manabu Ori
-- _______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue