Dockerfile of Jenkins advanced with Docker build support
Go to file
Knut Ahlers 0e3e776089
Install jq into Jenkins image
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-08-08 13:05:47 +02:00
.gitignore Add update-version script 2017-05-15 08:38:19 +02:00
.travis.yml Add update-version script 2017-05-15 08:38:19 +02:00
build.sh Install jq into Jenkins image 2018-08-08 13:05:47 +02:00
Dockerfile Jenkins 2.121.2 2018-07-19 10:28:21 +00:00
LICENSE Update meta files 2018-01-18 23:27:12 +01:00
README.md Update meta files 2018-01-18 23:27:12 +01:00
update-version.sh Adjust version check to use latestver 2017-08-29 17:07:48 +02:00

luzifer-docker / jenkins

This container contains a Jenkins CI server based on the jenkins:lts version enhanced with Docker support inside the container.

Usage

## Build container (optional)
$ docker build -t luzifer/jenkins .

## Execute jenkins
$ docker run -d -p 8080:8080 luzifer/jenkins

For more documentation see the README of the upstream Jenkins repository.