Re: Jenkins and Docker pull

2016-06-13 Thread Glen Millard
Hi - I'm trying to do the following: 1. automated pulls of Docker images from a somewhat private registry (probably daily) 2. take each of those containers/images and scan them for vulnerabilities, security etc using Clair and Openscap) 3. email the reports (HTML based) I'm relatively new to

Re: Jenkins and Docker pull

2016-06-13 Thread Zoratto Thomas
Btw, the users mailing list is better suited for this kind of question > Le 13 juin 2016 à 16:30, Glen Millard a écrit : > > Hello everyone; > > I want to include a Docker pull of several containers using a Jenkins job. > > Questions: > > is there/are they recommended

Re: Jenkins and Docker pull

2016-06-13 Thread Zoratto Thomas
Hey, Could you be more specific regarding your needs ? I use the plugin you mentioned but its goal is to build a docker image based on a dockerfile and then push it to docker hub for example. I'm not sure you're looking for something like that, am I wrong ? > Le 13 juin 2016 à 16:30, Glen