Metadata
About 131 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, e.g. Tag v1.0.0 metadata:
key1: value1
key2: value2
# ...How to View
- Tag metadata: Repository → Tag or Release list → Details → Metadata (hidden when no data exists)
- Commit metadata: Repository → Commit list → Details → Metadata
The web interface currently only supports viewing — adding, modifying, and deleting are not available.
Management
You can add, delete, and query metadata through plugins in Cloud Native Build pipelines. See Metadata Plugin for details.