Centos,Scientific Linux version of the [Official Jenkins Docker image] (https://github.com/jenkinsci/docker)
The Jenkins Continuous Integration and Delivery server http://jenkins.io/.
This is a fully functional Jenkins server, based on a Jenkins version you choose from [RedHat rpms] (http://pkg.jenkins.io/redhat-stable/).
The main purpose for me was I wanted to use Centos and I do not like the extremely minimal version of the standard jenkins image.
It has no Vi, no ifconfig, no route to edit or check when you have problems.
So, this starts with the standard centos or scientific image and updates it.
I also made this install Oracle Jdk 8 latest.
It installs an rpm version of Jenkins. This version does create standard init scripts for jenkins but I do not use them but still use the TINI init system.
./build.sh
This now asks questions for version #, base image
./start-docker-jenkins.sh
./kill-rmi.sh
Jump on irc.freenode.net and the #jenkins room. Ask!
Stan Towianski (stashu.pub@gmail.com)