Julien Del Piccolo

Results 64 comments of Julien Del Piccolo

I cannot reproduce this issue: ``` $ clairctll analyze hello-world Image: docker.io/hello-world:latest 1 layers found ➜ Analysis [sha256:78445] found 0 vulnerabilities. $ clairctll version Clairctl version b2094f1 ``` edit: `clairctll`...

@goffinf, @gauravjos: you can find my setup in #47 The easiest would be to clone my fork https://github.com/jdel/clairctl.git Then cd in the directory and run `IMAGE_NAME=your-hub-account/clairctl hooks/build` in a terminal....

@goffinf: my fork has been merged here. you can get the latest docker image built from master at: jgsqware/clairctl:master Other tags (latest, 1.6.2, ...) will be coming shortly.

@ShashanKK123, if you want to analyze official images, you need to issue the `docker login` command. Can you confirm that you have logged in before `clairctl analyze` ?

I have no knowledge of k8s unfortunately. I see clairctl can talk to clair, but can clair reach clairctl ?

clairctl will try to find the best interface and ip address to use: ``` 2017-07-18 15:10:45.316462 I | config: retrieving interface for local IP 2017-07-18 15:10:45.316466 D | config: no...

Hi guys, sorry I'm not very present lately, but I'll try to go around the issues before next week. In the meantime, as a workaround, you can try doing a...

What was that `pull` command originally intended for ? I must say I never found a use for it. Is it just fetching the manifest ? If so then `clairctl...

There is a known issue regarding naming of local images. Most likely related to #74.

Hello @transcedentalia, I think this is an issue / question for https://github.com/coreos/clair. Clairctl only provides a CLI for Clair. According to [the documentation](https://github.com/coreos/clair/blob/master/Documentation/drivers-and-data-sources.md), Trusty should show be analyzed.