Jenkins image with python & build-essentials
930
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.
docker pull wolverine2k/my_jenkins:<tag> to get the imageSteps to run the image properly.
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/
Content type
Image
Digest
Size
395.8 MB
Last updated
about 10 years ago
docker pull wolverine2k/my_jenkins