We are working on Jenkins agent/slave and we have many builds that use docker. Can you point me to some Jenkins docker image with instructions and how to run it and set it up to verify that it would build docker image in Jenkins container/slave provisioned by it.
The official dockerized jenkins image has moved and is now here.
This image works fine, except when your pipeline has docker build or run steps in it. In that case you’ll run into several problems as described in this blog. A good solution is described there too.