Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.
/ docker-jenkins Public archive

Jenkins with the Docker tools, blueocean and other useful plugins, rancher CLI, all installed by default.

License

Notifications You must be signed in to change notification settings

Countingup/docker-jenkins

Repository files navigation

jenkins

Docker Automated build

WARNING

If you run this container with the host's docker socket bind mounted then you are granting Jenkins, everyone with access to Jenkins, and all code executed under Jenkins, root access to that host (since any of these could start a container with such access).

Consider carefully where you run this and what other mitigating controls you put in place, certainly, this has no place in a production environment. If you don't understand this warning you shouldn't run this image!

Jenkins with the Docker tools, blueocean and other useful plugins, rancher CLI, all installed by default.

Built on top of jenkins/jenkins:lts-alpine. Full plugin list is in plugins.txt

Build locally

$ cd docker-jenkins
$ docker build -t countingup/jenkins .

Run (will pull from dockerhub)

$ docker run -it -p 8080:8080 -v /var/run/docker.sock:/var/run/docker.sock countingup/jenkins

About

Jenkins with the Docker tools, blueocean and other useful plugins, rancher CLI, all installed by default.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published