An extension of the official Jenkins docker image providing additional tools and utilities installed to assist with builds. Images are provided for both the latest
and alpine
tags of the Jenkins image, both containing the following extra packages:
- cloc
- graphviz
Unless you need these tools, the Jenkins image from the docker library should satisfy your needs.
To build this docker image, simply run:
docker build -t flungo/jenkins-plus src/latest
For the alpine image:
docker build -t flungo/jenkins-plus:alpine src/alpine
This image should be used in the same was as the Jenkins docker image from the library changing the image to flungo/jenkins-plus
.