A docker image which contains a Jenkins server that has the docker tools and the workflow plug-ins installed.
The Dockerfile
inherits form the official jenkins
base image, installs the Docker tools and downloads all the plugins defined in plugins.txt
.
You can use the same options as described in the official Jenkins image: https://hub.docker.com/_/jenkins
I used this in a sample with a more complex Jenkinsfile.