Deployment-ready docker configuration and instructions to use Quay Clair on your infrastructure and CIs
Run the following command, then wait about 5 minutes the time Clair indexes all CVEs.
docker-compose up -dUse the utility container I've provided to easily scan an image, including one from a private registry.
-
Check the env variables of scan.docker-compose.yml
-
Run the scan !
docker-compose -f scan.docker-compose.yml up
- On internet-connected machine :
clairctl --config clair_config/config.yml export-updaters updates.gzℹ️ The archive will be ~8.5Gb
- Transfer the
updates.gzarchive and run :
clairctl import-updaters http://web.svc/updates.gz- Matcher processes should have the disable_updaters key set to disable automatic updaters running.
matcher:
disable_updaters: true