Sign inSign up

flungo/jenkins-plus

By flungo

Updated over 8 years ago

Jenkins Docker image plus some utilities.

Image
0

1.3K

flungo/jenkins-plus repository overview

Jenkins Plus

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.

Build

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

Usage

This image should be used in the same was as the Jenkins docker image from the library changing the image to flungo/jenkins-plus.

Tag summary

Content type

Image

Digest

Size

350.3 MB

Last updated

over 8 years ago

docker pull flungo/jenkins-plus