You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I tried to run Buildah on OCP based on your tutorial, which was really helpful (thanks for that!). However it needs the anyuid SCC, which can be a security issue for other users that want to use the restricted-v2 or non-root-v2 SCCs. I wanted to ask you if it's possible to somehow workaround the issues when running buildah build on the Pod under the restricted-v2?
I tried multiple things like having some entrypoint adding the UID etc. to subuid and other files, however it always ends up with some issues like Error during unshare(CLONE_NEWUSER): Function not implemented (I don't know the internals, I think it's during some user namespace creation?).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I tried to run Buildah on OCP based on your tutorial, which was really helpful (thanks for that!). However it needs the
anyuidSCC, which can be a security issue for other users that want to use therestricted-v2ornon-root-v2SCCs. I wanted to ask you if it's possible to somehow workaround the issues when runningbuildahbuild on the Pod under therestricted-v2?I tried multiple things like having some entrypoint adding the UID etc. to
subuidand other files, however it always ends up with some issues likeError during unshare(CLONE_NEWUSER): Function not implemented(I don't know the internals, I think it's during some user namespace creation?).Thanks for the answers everyone :).
Beta Was this translation helpful? Give feedback.
All reactions