From 0dfcea120f2f6fd516516e1e8efa4f020ebd6ede Mon Sep 17 00:00:00 2001 From: Henry Zhang Date: Wed, 2 Nov 2016 21:27:34 +0800 Subject: [PATCH] update ROADMAP --- ROADMAP.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index 02ea0f474..5d9380a2e 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -17,6 +17,9 @@ Please open an issue to track any initiative on the roadmap of Harbor. We will w ### 1. Notary The notary feature allows publishers to sign their images offline and to push the signed content to a notary server. This ensures the authenticity of images. +### 1. Vulnerability Scanning +The capability to scan images for vulnerability. + ### 2. Image replication between Harbor instances (Completed) Enable images to be replicated between two or more Harbor instances. This is useful to have multiple registry servers servicing a large cluster of nodes, or have distributed registry instances with identical images. @@ -29,7 +32,7 @@ b) The files of deleted images are recycled by an administrator during system ma ### 4. Authentication (OAuth2) In addition to LDAP/AD and local users, OAuth 2.0 can be used to authenticate a user. -### 5. High Availability +### 5. High Availability (in progress) Support multi-node deployment of Harbor for high availability, scalability and load-balancing purposes. ### 6. Statistics and description for repositories