Jenkins Docker image plus some utilities.
1.3K
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:
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.
Content type
Image
Digest
Size
350.3 MB
Last updated
over 8 years ago
docker pull flungo/jenkins-plus