Cannot run rootless podman inside rootless podman using ubi9:minimal #24870
Unanswered
Jokester761
asked this question in
Q&A
Replies: 2 comments 4 replies
-
I can see that |
Beta Was this translation helpful? Give feedback.
1 reply
-
You are trying to run a container within a container using 1234:1235:2147483646 Does the rooless user have access to this many UIDs? |
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
-
I am trying to follow the instructions of https://developers.redhat.com/articles/2024/10/01/build-container-images-openshift-using-podman-gitlab-runner#set_up_and_configure_gitlab_runner to run a rootless podman as an unprivileged user but I can't seem to get it working. I don't understand the underlying technologies to see what I could be doing wrong. Is this something that should work? Thank you in advance.
Building the image
Testing the image:
Works as root user inside the container:
Fails as unprivileged user inside the container:
h3. References
https://developers.redhat.com/articles/2024/10/01/build-container-images-openshift-using-podman-gitlab-runner#set_up_and_configure_gitlab_runner
https://www.redhat.com/en/blog/podman-inside-container
Beta Was this translation helpful? Give feedback.
All reactions