Dockerfile of Jenkins advanced with Docker build support
Go to file
Luzifer.io Jenkins 0373e607a9 Jenkins 2.346.2
2022-07-14 17:52:11 +00: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 Fix: Update catalog api url for vault download 2021-12-02 01:49:08 +01:00
Dockerfile Jenkins 2.346.2 2022-07-14 17:52:11 +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 Update catalog api URL 2021-12-02 01:26:58 +01: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.