Sign inSign up

wolverine2k/my_jenkins

By wolverine2k

•Updated about 10 years ago

Jenkins image with python & build-essentials

Image
0

930

wolverine2k/my_jenkins repository overview

⁠wolverine2k/my_jenkins

Jenkins image with python & build-essentials

This image is derived from official jenkins image. It has python-setuptools, python-dev and build-essential installed. So next time you want to install python plugin, you can simply run pip install ... from within your jenkins job itself.

⁠The image is on docker hub. Run docker pull wolverine2k/my_jenkins:<tag> to get the image

Steps to run the image properly.

  1. Create a Container for Jenkins_Home
  2. Start this image

eg:

docker create --name jenkins-data-volume -v /data/jenkins_home wolverine2k/my_jenkins /bin/true
docker run -v /data/jenkins_home -d -p 8080:8080 -p 50000:50000 wolverine2k/my_jenkins

ENJOY

Source on #GitHub: https://github.com/wolverine2k/my_jenkins⁠

visit me at: https://www.naresh.se/⁠

Tag summary

Content type

Image

Digest

Size

395.8 MB

Last updated

about 10 years ago

docker pull wolverine2k/my_jenkins