Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Latest commit

 

History

History
 
 

jenkins-plus

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

jenkins-plus

This directory contains files for building an augmented version of the jenkins Docker container that is suitable for use in Kubernetes, with namerctl and kubectl pre-installed.

To build the image, you first have to copy a current kubectl binary to this directory so that it can be included in the image. Pull it out of the latest buoyantio/kubectl docker image:

$ docker run --name kubectl -d buoyantio/kubectl:v1.6.2
$ docker cp kubectl:/kubectl .
$ docker rm -vf kubectl

Then build the bouyantio/jenkins-plus image:

$ docker build -t buoyantio/jenkins-plus:2.19.1 .

The version number should match the version number in line 1 of the Dockerfile.