From e287ee4fe7bdd7d9c6e455b34ed2b5514fd5c559 Mon Sep 17 00:00:00 2001 From: Henry Zhang Date: Fri, 16 Sep 2016 22:17:47 +0800 Subject: [PATCH] update docs --- ROADMAP.md | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 263e9d739..02ea0f474 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -14,35 +14,31 @@ Please open an issue to track any initiative on the roadmap of Harbor. We will w --- -### 0. Notary +### 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. Image replication between Harbor instances (Completed) +### 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. -### 2. Image deletion and garbage collection (Completed) +### 3. Image deletion and garbage collection (Completed) a) Images can be deleted from UI. The files of deleted images are not removed immediately. b) The files of deleted images are recycled by an administrator during system maintenance(Garbage collection). The registry service must be shut down during the process of garbage collection. -### 3. Authentication (OAuth2) +### 4. Authentication (OAuth2) In addition to LDAP/AD and local users, OAuth 2.0 can be used to authenticate a user. -### 4. High Availability +### 5. High Availability Support multi-node deployment of Harbor for high availability, scalability and load-balancing purposes. -### 5. Statistics and description for repositories +### 6. Statistics and description for repositories User can add a description to a repository. The access count of a repo can be aggregated and displayed. -### 6. Audit all operations in the system +### 7. Audit all operations in the system Currently only image related operations are logged. Other operations in Harbor, such as user creation/deletion, role changes, password reset, should be tracked as well. -### 7. Migration tool to move from an existing registry to Harbor +### 8. Migration tool to move from an existing registry to Harbor A tool to migrate images from a vanilla registry server to Harbor, without the need to export/import a large amount of data. - - -### 8. Support API versioning -Provide versioning of Harbor's API. -