Permission warnings/errors installing packages within (only) updated archlinux:base-devel containers? #5356
Unanswered
AndydeCleyre
asked this question in
Q&A
Replies: 1 comment 3 replies
-
What platform are you doing this on? Is user namespace setup correctly? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With Arch's packages updated, I'm getting many permissions warnings/errors during package installations, most of which are like:
This can be reproduced for me locally on Ubuntu 22.04, as well as the corresponding GitHub Actions runner, with buildah 1.23.1.
repro.sh
:The Arch packages updated during my latest repro are as follows:
What should I be looking at and for here? Some notable update entries might be:
In some workflows I have, which build packages from source within the Arch container, there are not just warnings but build-breaking errors (I think bsdtar returns an error while extracting). I haven't made a standalone script reproducer for that yet, but here's a workflow which exhibits the problem.
Thanks for any insight!
Beta Was this translation helpful? Give feedback.
All reactions