Skip to content

Commit

Permalink
Adding production users and integrations pages
Browse files Browse the repository at this point in the history
  • Loading branch information
pgburt committed Mar 4, 2017
1 parent 03391ba commit 212d085
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 6 deletions.
19 changes: 19 additions & 0 deletions Documentation/integrations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Integrations
This document tracks projects that integrate with Clair. [Join the community](https://github.com/coreos/clair/), and help us keep the list up-to-date.

## Projects

[Quay.io](https://quay.io/): the first container registry to integrate with Clair.

[Dockyard](https://github.com/Huawei/dockyard): an open source container registry with Clair integration.

[Clairctl](https://github.com/jgsqware/clairctl): a lightweight command-line tool for working locally with Clair and generate HTML report.

[Clair-SQS](https://github.com/zalando-incubator/clair-sqs): a container containing Clair and additional processes that integrate Clair with [Amazon SQS][sqs].

[Klar](https://github.com/optiopay/klar): a simple command-line integration of Clair and Docker registry, designed to be used in scripts and CI.

[reg](https://github.com/jessfraz/reg#vulnerability-reports): a docker registry CLI, which also runs Clair.


[sqs]: https://aws.amazon.com/sqs/
8 changes: 8 additions & 0 deletions Documentation/production-users.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Production users

This document tracks people and use cases for Clair in production. [Join the community](https://github.com/coreos/Clair/), and help us keep the list up-to-date.

## [Quay.io](https://quay.io/)

Quay is CoreOS' enterprise-ready container registry. It displays the results of a Clair security scan on each hosted image's page.

10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,8 @@ To expose the new behavior, unqualified imports to the package must be added in
- _Clair: A Container Image Security Analyzer @ Microservices NYC_ - [Event](https://www.meetup.com/Microservices-NYC/events/230023492/) [Video](https://www.youtube.com/watch?v=ynwKi2yhIX4) [Slides](https://docs.google.com/presentation/d/1ly9wQKQIlI7rlb0JNU1_P-rPDHU4xdRCCM3rxOdjcgc)
- _Clair: A Container Image Security Analyzer @ Container Orchestration NYC_ - [Event](https://www.meetup.com/Container-Orchestration-NYC/events/229779466/) [Video](https://www.youtube.com/watch?v=wTfCOUDNV_M) [Slides](https://docs.google.com/presentation/d/1ly9wQKQIlI7rlb0JNU1_P-rPDHU4xdRCCM3rxOdjcgc)

### Projects Integrating with Clair
### Integrations and Production Users

- [Projects integrating with Clair](https://github.com/coreos/clair/blob/master/Documentation/integrations.md)
- [Production users](https://github.com/coreos/clair/blob/master/Documentation/production-users.md)

- [Quay](https://quay.io): the first container registry to integrate with Clair
- [Dockyard](https://github.com/containerops/dockyard): an open source container registry with Clair integration
- [Clairctl](https://github.com/jgsqware/clairctl): a lightweight command-line tool for working locally with Clair and generate HTML report
- [Clair w/ SQS](https://github.com/zalando/clair-sqs): a container containing Clair and additional processes that integrate Clair with [Amazon SQS](https://aws.amazon.com/sqs)
- [Klar](https://github.com/optiopay/klar): a simple command-line integration of Clair and Docker registry, designed to be used in scripts and CI

0 comments on commit 212d085

Please sign in to comment.