This commit is contained in:
Wenkai Yin 2016-06-29 12:26:36 +08:00
parent 9862f0e303
commit 76e43e430d
3 changed files with 2 additions and 0 deletions

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -152,6 +152,8 @@ $ docker push 10.117.169.182/demo/ubuntu:14.04
Repositories deletion runs in two steps.
First, delete repositories in Harbor's UI. This is soft deletion. You can delete the entire repository or just a tag of it.
![browse project](img/new_delete_repository.png)
**Note: If both tag A and tag B reference the same image, after deleting tag A, B will also disappear.**
Second, delete the real data using registry's garbage colliection(GC).