Unprivileged Rootless Buildah on Kubernete #5720
jaredpricedev
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @jaredpricedev , what does What do I'm not familiar with RKE2 but it seems to use SELinux. Could that play a role here? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I see this issue (#4049) is several years old and I was wondering if there has been any update with newer version of Buildah.
I have tried all the steps listed in that issue but I am still receiving an error with newuidmap. I am running a gitlab runner on RKE2. The image the runner is using is the Containerfile found here --> https://github.com/containers/image_build/blob/main/buildah/Containerfile
/etc/subgid (in container)
/etc/subuid (in container)
Steps to reproduce the issue:
1.
2.
3.
Describe the results you received:
Describe the results you expected:
Output of
rpm -q buildah
orapt list buildah
:Output of
buildah version
:Output of
podman version
if reporting apodman build
issue:Output of
cat /etc/*release
:Output of
uname -a
:Output of
cat /etc/containers/storage.conf
:Beta Was this translation helpful? Give feedback.
All reactions