diff --git a/docs/img/create_rule.png b/docs/img/create_rule.png index d116a641d..c7e869af6 100644 Binary files a/docs/img/create_rule.png and b/docs/img/create_rule.png differ diff --git a/docs/img/delete_rule.png b/docs/img/delete_rule.png index 518fce238..0c29e82eb 100644 Binary files a/docs/img/delete_rule.png and b/docs/img/delete_rule.png differ diff --git a/docs/img/list_stop_jobs.png b/docs/img/list_stop_jobs.png index df772c30d..e5c562498 100644 Binary files a/docs/img/list_stop_jobs.png and b/docs/img/list_stop_jobs.png differ diff --git a/docs/img/rule_under_project_view.png b/docs/img/rule_under_project_view.png index f5033dc7b..79403e1c6 100644 Binary files a/docs/img/rule_under_project_view.png and b/docs/img/rule_under_project_view.png differ diff --git a/docs/img/start_replicate.png b/docs/img/start_replicate.png index d88e55746..2d5bf76c2 100644 Binary files a/docs/img/start_replicate.png and b/docs/img/start_replicate.png differ diff --git a/docs/user_guide.md b/docs/user_guide.md index 79034d06c..29ced06b5 100644 --- a/docs/user_guide.md +++ b/docs/user_guide.md @@ -126,11 +126,12 @@ There may be a bit of delay during replication according to the situation of the Replication can be configured by creating a rule. Click `NEW REPLICATION RULE` under `Administration->Replications` and fill in the necessary fields. You can choose different image filters and trigger modes according to the different requirements. If there is no endpoint available in the list, you need to create one. Click `SAVE` to create a replication rule for the selected project. If `Replicate existing images immediately` is chosen, the existing images under the project will be replicated to the remote registry immediately. #### Image filter -Two image filters are supported: +Three image filters are supported: * **Repository**: Filter images according to the repository part of image name. * **Tag**: Filter images according to the tag part of image name. +* **Label**: Filter images according to the [labels](#managing-labels). **Notes**: If the labels referenced by a rule are deleted, the rule's status will be set to `Disabled`. You need to edit and update it according to the tips. -Two terms are supported in filter pattern: +Two terms are supported in the pattern used by repository filter and tag filter: * **\***: Matches any sequence of non-separator characters `/`. * **?**: Matches any single non-separator character `/`.