Skip to content

Commit

Permalink
*: update roadmap
Browse files Browse the repository at this point in the history
Fixes #626.
  • Loading branch information
jzelinskie committed Oct 8, 2018
1 parent 8cf7ad4 commit 74efdf6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ The [milestones defined in GitHub](https://github.com/coreos/clair/milestones) r
The roadmap below outlines new features that will be added to Clair, and while subject to change, define what future stable will look like.

- Support multiple namespaces per image
- This enables language-level package managers (e.g. npm, pip)
- 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
- Improve coverage and readability of documentation
- Decouple the project from Postgres
- gRPC API supporting direct uploads of images
- Support operating Clair without internet access

0 comments on commit 74efdf6

Please sign in to comment.