Uses the evarga/jenkins-slave image as base and curl & git
1.8K
An image similar to evarga/jenkins-slave, i.e. it can be used as the base image for a Jenkins slave.
It takes the evarga/jenkins-slave image and adds a few essential tools (like curl & git) that make it easier to build stuff inside the container.
You create your own slave image based on this
# Dockerfile
FROM jaydp17/jenkins-slave
# Install/ Copy whatever you want
Content type
Image
Digest
Size
138.5 MB
Last updated
over 9 years ago
docker pull jaydp17/jenkins-slave