Replies: 1 comment 2 replies
-
|
buildah needs to be able to operate as root with CAP_SYS_ADMIN, whether it's started that way in a privileged container, or with enough privileges to allow it to set up a user namespace in which it can do these things. The latter requires that unshare(2) is available, and that CAP_SETFCAP (if started as UID 0, which I think can be in a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm seeing this issue with buildah when it's run on gitlab kubernetes executor in unprivileged mode.
Helm values
Beta Was this translation helpful? Give feedback.
All reactions