Skip to content

subnova/docker-klar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Klar is a CLI for performing a Clair security analysis.

This repository simply uses a multi-stage Dockerfile to build the Klar container image. You need to run docker build against docker daemon version 17.05 or greater.

Adds the AWS CLI to allow login to ECR.

To build klar docker image:

docker build -t klar .

To use the image

See Klar Usage