Hi Jeeva, > I would like to build Docker images from a Dockerized Jenkins. There are > multiple solution out there but what is the recommended solution... > > I have been using ssh node as a work around, but I was told to use > https://wiki.jenkins.io/display/JENKINS/Docker+Slaves+Plugin . In order > for this plugin to work, I have to install docker inside the Jenkins (my > docker host is RHEL) and also mount the /var/run/docker.sock or enable > TLS. Isn't installing docker blow up the size of the Jenkins image? > > Any way to install just the docker client in side the Jenkins image? >
I have not tried this, so, cannot vouch for this. Please be cautious about the approach presented in this blog. http://niels.nu/blog/2017/continuous-blog-delivery-p2.html : you might be interested in Docker-in-Docker. /Ram -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/e973fe60-490e-476c-9efb-de2aa5a2e09c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
