Skip to content

Latest commit

 

History

History
37 lines (18 loc) · 1.14 KB

File metadata and controls

37 lines (18 loc) · 1.14 KB

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 Centos or other Docker image

./build.sh

This now asks questions for version #, base image

Run Docker Jenkins image

./start-docker-jenkins.sh

Kill and Remove Docker Jenkins image

./kill-rmi.sh

Questions?

Jump on irc.freenode.net and the #jenkins room. Ask!

Stan Towianski (stashu.pub@gmail.com)