buildah potentially insufficient UIDs or GIDs available in user namespace #3614
-
Hi, I have deployed the controller on OKD4.15. I'm trying to build an image using buildah with a Dockerfile within the runner but getting the following warnings and error when trying to pull the base image specified within Dockerfile.
In order to rule out this being an issue with the controller installation (since OKD/OpenShift isn't supported), I ran the runner image ghcr.io/actions/actions-runner:latest outside of OKD and then tried building the image inside it but still got the same issues. I've also tried running the runner container and the build command I think there's some particular setting or a package missing from the runner container that's causing the issue but haven't been able to figure it out. Details within ghcr.io/actions/actions-runner:latest image:
Really appreciate any suggestions I can get. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
fixed it by using the dind runner image and building with docker, closing this |
Beta Was this translation helpful? Give feedback.
fixed it by using the dind runner image and building with docker, closing this