Skip to content

rgoodwin/docker-centos-jenkins-swarm-slave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

docker-centos-jenkins-swarm-slave

Docker container of Jenkins swarm slave running on Centos

This is configured to support builds of docker containers, and includes tools to help doing this at AWS, and on kubernetes. But it can also be used for general building of whatever is needed by installing more tools.

It is based on CentOS to enable having a full os environment and toolchain, to support build steps such as binary compilation etc.

Running

Note: By mounting the docker socket in the container the jenkins slave can run docker commands

Example: run the container and setup to take docker builds via a label

docker run -v /var/run/docker.sock:/var/run/docker.sock -it rgoodwin/docker-centos-jenkins-swarm-slave:latest -master http://<url to jenkins> -name jenkins-docker-slave -labels docker-build -mode exclusive

About

CentOS Docker Jenkins Swarm Slave

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published