OpenRegistry
OpenRegistry copied to clipboard
API (Content Management) - Add tags to container repositories
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.
-
Operating systems
- [ ] Linux
- [ ] Windows
-
Architectures
- [ ] X86_64
- [ ] X86
- [ ] ARM64
- [ ] ARM32
-
General
- [ ] Database
- [ ] Base Image
- [ ] DevOps Tools
- [ ] Programming Language
- [ ] Operating System
- [ ] Featured
- [ ] Frameworks
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 int8s and we don't end up storing a ton of data.