Metadata

# What is Metadata?

Metadata is the data storage capability provided by the repository. Currently, it supports storing metadata for tags and commits, which represents annotations for tags or commits.

# Storage Form

It is stored in the form of key: value.

Take the metadata of tag v1.0.0 as an example, its metadata supports key: value form storage, as follows:

key1: value1
key2: value2
# ...

# How to View Metadata?

Currently, the page only supports viewing metadata. The viewing paths are:

  • Tag metadata: Repository > Tag or Release List > Tag or Release Details > Metadata (not displayed when there is no metadata)
  • Commit metadata: Repository > Commit List > Commit Details > Metadata

# How to Operate Metadata?

In the cloud-native build pipeline, you can add, delete, and query metadata through plugins. For details, see Metadata Plugin Documentation.