opensuse/clair

Sponsored OSS

By openSUSE

Updated about 6 years ago

CoreOS Clair image based on openSUSE. Has the capability to scan openSUSE and SLE images.

Image
Integration & Delivery
Security

100K+

This is a clair image based on v2 release plus this patch that adds support for openSUSE and SUSE images.

The entrypoint of the image is the clair binary.

The following command will start clair using a custom configuration file and with logging level set to debug:

$ docker run --rm -p 6060:606 -p 6061:6061 -v `pwd`/config.yaml:/config/config.yaml:ro opensuse/clair -config /config/config.yaml -log-level debug

Docker Pull Command

docker pull opensuse/clair