Skip to content
This repository was archived by the owner on Sep 10, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 738 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 738 Bytes

CentOS 7 based Jenkins with Python 3.6.8 and pip3 Installed.

This OCI image is based upon CentOS 7 LTS Jenkins (jenkins/jenkins:lts-centos7) based with Python 3.6.8 and pip3 installed using get-pip script.

Docker Repository on Quay Build Status

To build the image, run:

./build

To run the jenkins:

podman run --rm -d -v jenkins_home:/var/jenkins_home -p 8080:8080 -p 50000:50000 quay.io/savitojs/jenkins-python3.6.8-pip