mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-26 04:05:40 +01:00
Fix error in admonition names
Signed-off-by: lucperkins <lucperkins@gmail.com>
This commit is contained in:
parent
7beeba6889
commit
a3264b1001
@ -296,7 +296,7 @@ The following table lists the additional, optional parameters that you can set t
|
||||
|
||||
{{< note >}}
|
||||
The `harbor.yml` file includes options to configure a UAA CA certificate. This authentication mode is not recommended and is not documented.
|
||||
{{< /notee >}}
|
||||
{{< /note >}}
|
||||
|
||||
### Configuring a Storage Backend {#backend}
|
||||
|
||||
|
@ -79,9 +79,9 @@ First, you delete a repository in the Harbor interface. This is soft deletion. Y
|
||||
![browse project](../img/new-delete-repo.png)
|
||||
![browse project](../img/new-delete-tag.png)
|
||||
|
||||
{{< caution >}}
|
||||
{{< danger >}}
|
||||
If both tag A and tag B refer to the same image, after deleting tag A, B will also get deleted. if you enabled content trust, you need to use notary command line tool to delete the tag's signature before you delete an image.
|
||||
{{< /caution >}}
|
||||
{{< /danger >}}
|
||||
|
||||
Next, delete the repository files by running [garbage collection](../administration/garbage-collection.md) in the Harbor interface.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user