update user_guide about the build history.

Signed-off-by: Frank Kung <kfanjian@gmail.com>
This commit is contained in:
Frank Kung 2018-12-10 14:19:10 +08:00
parent 06eec7b3ed
commit aa1c1ce489
2 changed files with 8 additions and 0 deletions

BIN
docs/img/build_history.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 934 KiB

View File

@ -28,6 +28,7 @@ This guide walks you through the fundamentals of using Harbor. You'll learn how
* [Manage Helm Charts via portal](#manage-helm-charts-via-portal)
* [Working with Helm CLI](#working-with-helm-cli)
* [Online Garbage Collection.](#online-garbage-collection)
* [View build history.](#build-history)
## Role Based Access Control(RBAC)
@ -589,3 +590,10 @@ If you are a system admin, you can view the latest 10 records of garbage collect
You can click on the 'details' link to view the related logs.
![browse project](img/gc_details.png)
## Build history
Build history make it easy to see the contents of a container image, find the code which bulids an image, or locate the image for a source repository.
In Harbor portal, enter your project, select the repository, click on the link of tag name you'd like to see its build history, the detail page will be opened. Then switch to `Build History` tab, you can see the build history information.
![build_ history](img/build_history.png)