Skip to content

Dockerfile for Jenkins with python3 on jenkins linux alpine

License

Notifications You must be signed in to change notification settings

sachinp97/jenkins-python3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Jenkins Image with Python3 on jenkins-alpine

Dockerfile for Jenkins with python3 based on jenkins linux alpine with additions of basic python core libraries.

Building the image

docker build . -t jenkins_python3

Running the container

This will run jenkins at port 9000

docker run -d -v jenkins_home:/var/jenkins_home -p 9000:8080 -p 50000:50000 jenkins_python3

About

Dockerfile for Jenkins with python3 on jenkins linux alpine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published