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.
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