The Jenkins base image is packaged with Java, Python, & JFrog CLI
1.3K
The Jenkins base image is packaged with JAVA, Python, & JFrog CLI
Pull image:
docker pull krishnamanchikalapudi/myjenkins:latest
Run image:
docker run -d -p 7080:8080 --volume $(pwd)/jenkins-data:/var/jenkins_home --name myjenkins krishnamanchikalapudi/myjenkins:latest
NOTE: The image will be updated with the latest software every 4 months on Jan 1, May 1 &. Sept 1
References:
Content type
Image
Digest
sha256:2891df366…
Size
534.8 MB
Last updated
about 2 years ago
docker pull krishnamanchikalapudi/myjenkins