On Thu, May 16, 2024 at 12:43:42PM GMT, Manabu Ori wrote:
> Hi,
> 
> I found fedora:40 container image does not contain util-linux-core.
> Is it intentional?

I don't think so...

> 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

It crept in when we converted from kickstarts to kiwi definitions, we
then fixed it in rawhide, but not f40 (because it was so close to
release? or we forgot?).

Anyhow, I have cherry picked the commit and pushed it to f40, so it
should be active in the next one that syncs out.

kevin

Attachment: signature.asc
Description: PGP signature

--
_______________________________________________
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

Reply via email to