Sign inSign up

blacklabelops/jenkins

By blacklabelops

Updated almost 8 years ago

Docker Jenkins Swarm-Ready with HTTPS and Plugin-Installation

Image
13

100K+

blacklabelops/jenkins repository overview

Dockerized Jenkins

Docker Stars Docker Pulls

DistributionVersionTagDockerfile
Alpine2.118latest, 2.118Dockerfile
Alpinestable 2.107.22.107.2Dockerfile
Alpinerelease candidatercDockerfile
Alpinestable release candidatestable-rcDockerfile

Older tags remain but are not supported/rebuild.

Support & Feature Requests

Leave a message and ask questions on Hipchat: blacklabelops/hipchat

Make It Short

$ docker run -d -p 80:8080 --name jenkins blacklabelops/jenkins

Passing Parameters

You can run the Jenkins solely with command line parameters!

Example:

$ docker run \
     -d -p 8090:8080 \
     --name jenkins \
	   blacklabelops/jenkins --debug=9

Staring Jenkins with custom debug level.

Example list parameters:

$ docker run --rm blacklabelops/jenkins --help

Lists jenkins plugin parameters.

Example printing Jenkins version:

$ docker run --rm blacklabelops/jenkins --version

Prints the image's Jenkins version.

Build Slaves

Build Slaves can be found here: blacklabelops/swarm

Manual

The detailed manual moved here:

Tag summary

Content type

Image

Digest

Size

158.3 MB

Last updated

almost 8 years ago

docker pull blacklabelops/jenkins