API (Content Management) - Add tags to container repositories #200
Labels
enhancement
New feature or request
good first issue
Good for newcomers
needs-triage
This label refers to a non-final decision on implementation, when an important feature/bug is added
Milestone
It would be nice to categorise container images based on tags. These tags or categories would help filter repositories and this data would act as metadata to container images.
Best way to store these would be similar to Go enums (or more like numbers with string mappings like 0 means Linux, 1 means Windows, 2 means x86_64, and so on), which would basically be
int8
s and we don't end up storing a ton of data.The text was updated successfully, but these errors were encountered: