Metadata
About 141 wordsLess than 1 minute
What is Metadata?
Metadata is a data storage capability provided by repositories, supporting key-value annotations for Tags and Commits.
Storage Format
Stored in key: value format. For example, Tag v1.0.0 metadata:
key1: value1
key2: value2
# ...How to View Metadata?
Page navigation path:
- Tag metadata: Repository > Tag or Release list > Details > Metadata (hidden when no data exists)
- Commit metadata: Repository > Commit list > Details > Metadata
Currently, the web interface only supports viewing — adding, modifying, and deleting are not available.
How to Operate on Metadata?
You can add, delete, and query metadata through plugins in Cloud Native Build pipelines.
For details, see Metadata Plugin.