Sign inSign up

abraverm/jenkins

By abraverm

Updated almost 11 years ago

Jenkins master and node based on Fedora image. Jenkins master, with the help of Docker plugin, able to start jobs on node.

Image
0

10K+

abraverm/jenkins repository overview

Jenkins

The Dockerfile builds image for latest Jenkins based on Fedora.

Exposed ports :

  • 8080

Options:

  1. Access the Jenkins files from host

    Upon container creation, it is possible to share Jenkins files with host. The files will be accessable from :

    • Host - /path/on/host

    • Container - /shared

    • /var/lib/jenknis - "home" folder of jenkins (plugins, logs, etc)

    • /etc/sysconfig/jenkins - jenkins configuration

    • /root/.ssh - root ssh keys should be used for the ssh plugin

    Docker command :

     docker run -d -P -v /path/on/host:/shared abraverm/jenkins:master
    

Tag summary

Content type

Image

Digest

sha256:fe2f2a05d

Size

304.6 MB

Last updated

almost 11 years ago

docker pull abraverm/jenkins