mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-25 19:56:09 +01:00
update user_guide about the build history.
Signed-off-by: Frank Kung <kfanjian@gmail.com>
This commit is contained in:
parent
06eec7b3ed
commit
aa1c1ce489
BIN
docs/img/build_history.png
Normal file
BIN
docs/img/build_history.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 934 KiB |
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user