mirror of
https://github.com/luzifer-docker/jenkins.git
synced 2024-11-08 16:40:01 +00:00
Dockerfile of Jenkins advanced with Docker build support
Knut Ahlers
65f6471028
- Move installation code to build.sh - Add Jenkins to `docker` group to enable access to docker.sock - Fix installing Docker for wrong Debian version - From now on use automated detection of Debian version - Install fewer packages by now installing recommends - Do a proper cleanup of helper packages and apt lists - Use sudoers.d instead of appending to sudoers Signed-off-by: Knut Ahlers <knut@ahlers.me> |
||
---|---|---|
.gitignore | ||
.travis.yml | ||
build.sh | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
update-version.sh |
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.