2016-04-19 20:29:19 +00:00
|
|
|
# Clair Roadmap
|
|
|
|
|
|
|
|
This document defines a high level roadmap for Clair development.
|
|
|
|
|
|
|
|
The dates below should not be considered authoritative, but rather indicative of the projected timeline of the project.
|
|
|
|
The [milestones defined in GitHub](https://github.com/coreos/clair/milestones) represent the most up-to-date and issue-for-issue plans.
|
|
|
|
|
|
|
|
The roadmap below outlines new features that will be added to Clair, and while subject to change, define what future stable will look like.
|
|
|
|
|
2017-04-11 19:37:54 +00:00
|
|
|
- Support multiple namespaces per image
|
2018-10-08 19:10:27 +00:00
|
|
|
- This enables language-level package managers (e.g. npm, pip) in the future
|
|
|
|
- Take advantage of OCI/Docker content-addressiblity to avoid duplicated work
|
|
|
|
- This simplifies the amount of work required for an offline clair in the future
|
|
|
|
- Support mappings between source packages and binary packages
|
|
|
|
- Versioned detectors that are present in API results
|
|
|
|
- This will enable clients to determine when images need to be reindexed
|
|
|
|
- gRPC API that works on sets of layers rather than individual layers
|
|
|
|
- Structured logging in JSON
|
2017-04-11 19:37:54 +00:00
|
|
|
- Improve coverage and readability of documentation
|