Error running rootless podman image #25503
Unanswered
GarbageYard
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have been using DIND so far for our GitLab pipeline and want to switch to podman in order to achieve the following:
USER
in Containerfile) for our GitLab pipelineI have a Ubuntu 24.04 host where I have installed gitlab-runner and podman (v4.9.3) using instructions from this section.
On gitlab-runner host:
I also created a Containerfile based on instructions from this page.
GitLab pipeline error:
When I enable the
VOLUME
instruction in above Containerfile:I get error:
I also found this comment and tried the following in the
/etc/gitlab-runner/config.toml
on the gitlab-runner host:Again got the same
permission denied
error:Note: All above errors show up when
podman info
command is run in the GitLab pipeline using the above non-root image.Output of
podman info
on Ubuntu host:Whatever I try, I keep getting one of the above mentioned errors. I will really appreciate any help.
Beta Was this translation helpful? Give feedback.
All reactions