Sign inSign up

andmarios/jenkins

By andmarios

Updated over 7 years ago

Jenkins image with some extra sauce.

Image
0

668

andmarios/jenkins repository overview

Jenkins image with some extra sauce.

You should use a custom folder for jenkins home.

Usually* it is enough to:

$ mkdir /path/to/jenkins/home
$ chown -R 61001:61001 /path/to/jenkins-home

To run:

$ docker run --name jenkins -p 8080:8080 -v /path/to/jenkins-home:/mnt/jenkins andmarios/jenkins

*If you are on a SELinux enabled host, you also need:

# chcon -Rt svirt_sandbox_file_t /path/to/jenkins-home

Tag summary

Content type

Image

Digest

sha256:2a99a8f0a

Size

581.7 MB

Last updated

over 7 years ago

docker pull andmarios/jenkins