Skip to content

gbobr/jenkins-slave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Jenkins JNLP Slave docker image with docker binary

This is docker image containing a Jenkins JNLP slave with the docker binary.

Available in dockerhub as gbobr/jnlp-slave

How to use?

In order for this to work you will need to share your host's docker.sock as a host volume.

For example you can run it as a plain docker container:

docker run --volume /var/run/docker.sock:/var/run/docker.sock gbobr/jnlp-slave:latest

I personally use this with jenkins kubernetes plugin to spawn slave workers based on this image.

About

Jenkins jnlp slave docker image with docker binary

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published