Replies: 3 comments
-
I guess by the fact that jenkins don't have a plugin for podman I'm not sure if it will be possible at a time podman can be used as alternative to docker in jenkins I left it open if someone have an idea otherwise I let someone close it |
Beta Was this translation helpful? Give feedback.
0 replies
-
You would need to mount it as |
Beta Was this translation helpful? Give feedback.
0 replies
-
It seem to work finally Thanks you, I can close the discussions I guess |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I really love Podman and almost all my software I use on my server is running as containers.
but I can't find the way to run Jenkins and add the podman socket to the jenkins clouds module so I use A podman in podman.
for now I use a jenkins docker with access to docker socket and so access to docker API and launch some build on specific Images.
I really want to do the same thing with podman but I'm not sure if it's firstly possible, and also, if it's secure (I guess because as podman don't need to be root to start containers)
If you have some idea or a way to look
for the moment I've tried
and with docker I used
(sorry if there are gramatical mistake or english error I'm not fluent)
Beta Was this translation helpful? Give feedback.
All reactions