这是indexloc提供的服务,不要输入任何密码
Skip to content

WIP: Refresh Podman user namespace mappings on Rawhide #1689

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

calancha
Copy link
Contributor

Some CI jobs on Fedora Rawhide failed with rootless Podman builds due to stale or missing UID/GID mappings, even after installing shadow-utils-subid-devel:

Error: cannot find mappings for user zuul-worker in /etc/subuid

Force a refresh of Podman’s user namespace mappings with podman system migrate, which re-reads /etc/subuid and /etc/subgid and applies default ranges when available.

Once the Rawhide base image includes proper mappings by default, this workaround can be removed.

@calancha calancha requested a review from debarshiray as a code owner July 22, 2025 14:39
Some CI jobs on Fedora Rawhide failed with rootless Podman builds due to
stale or missing UID/GID mappings, even after installing
shadow-utils-subid-devel:

    Error: cannot find mappings for user zuul-worker in /etc/subuid

Force a refresh of Podman’s user namespace mappings with
`podman system migrate`, which re-reads /etc/subuid and /etc/subgid
and applies default ranges when available.

Once the Rawhide base image includes proper mappings by default,
this workaround can be removed.

containers#1689
@calancha calancha force-pushed the force-podman-system-migrate branch from 79cf58c to 82f5cec Compare July 22, 2025 14:39
Copy link
Member

@debarshiray debarshiray left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for looking into this, @calancha ! Is this pull request still needed? #1688 looks more complete.

@calancha calancha closed this Jul 23, 2025
@calancha
Copy link
Contributor Author

Closing: We need the complete fix from #1688

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants