Docker Jenkins Swarm-Ready with HTTPS and Plugin-Installation
100K+
| Distribution | Version | Tag | Dockerfile |
|---|---|---|---|
| Alpine | 2.118 | latest, 2.118 | Dockerfile |
| Alpine | stable 2.107.2 | 2.107.2 | Dockerfile |
| Alpine | release candidate | rc | Dockerfile |
| Alpine | stable release candidate | stable-rc | Dockerfile |
Older tags remain but are not supported/rebuild.
Leave a message and ask questions on Hipchat: blacklabelops/hipchat
$ docker run -d -p 80:8080 --name jenkins blacklabelops/jenkins
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 can be found here: blacklabelops/swarm
The detailed manual moved here:
Content type
Image
Digest
Size
158.3 MB
Last updated
almost 8 years ago
docker pull blacklabelops/jenkins