Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support latest Docker Engine and Jenkins remoting image #28

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

doubliez
Copy link

@doubliez doubliez commented Sep 3, 2019

The following change in the remoting image breaks Docker Slaves, which hardcodes uid/gid to 10000 when running the containers: jenkinsci/docker-agent@19215a4

The following change in Docker to default to --ipc=private also breaks Docker Slaves: moby/moby#35621

This PR should address those 2 issues.

@doubliez
Copy link
Author

What is the status of this plugin? I see that @microscotch approved this PR in 2019 but more than a year later it hasn't been merged...

That's the only Jenkins plugin I know of that allows me to easily specify multiple sidecar containers in a pipeline. The built-in docker.withRun() function only allows to specify 1 sidecar container.

I'm stuck with an older version of Docker and an older version of the remoting image until this PR is merged.

@jglick
Copy link
Member

jglick commented Jun 10, 2022

Probably it is abandoned. Check jenkins.io for the process to adopt it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants