Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API (Content Management) - Add tags to container repositories #200

Open
13 tasks
guacamole opened this issue Oct 21, 2022 · 0 comments
Open
13 tasks

API (Content Management) - Add tags to container repositories #200

guacamole opened this issue Oct 21, 2022 · 0 comments
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

Comments

@guacamole
Copy link
Member

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.

@guacamole guacamole added this to the IPFS Milestone 2 milestone Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
Status: In Progress
Development

No branches or pull requests

1 participant