This project provides a working example of a CI/CD pipeline that builds a custom jenkins container.
Linux based Jenkins deployments. This pipeline relies on the jenkins LTS version.
Custom plugins are included in the Dockerfiles. The slave images also install docker and kubectl.
docker run -p 8080:8080 -v /var/run/docker.sock:/var/run/docker.sock -v /home/dwalton/github/personal-jenkins/jenkins_home/:/var/jenkins_home/ --name jenkins -t derrickwalton/jenkins:lts
- Add in a testing portion for each container.
- Clean repo for only consice files.
- Create installation instructions for fictitious Steve.