Skip to content

Product registry setup #320

@elsony

Description

@elsony

JBoss EAP XP 2.0 stack is the first product stack that requires a login (Red Hat login) to access the image (see odo-devfiles/registry#67). Given that it requires login, it is not something that we can return as part of the list in a public community registry query.

We can provide separate queries of product vs community stack by:

  1. single registry with filtering
    1. use specific tags for product vs community stacks
    2. a different option will be using a vendor field in stack metadata
    3. add query filtering based on tags/vendor in registry access (both common library and REST API)
  2. separate registry for both
    1. one for product registry and another for community registry
    2. tools can access the registry using different URLs
    3. some stack may be duplicated in the two registries, e.g. the product registry may still want to return the community ones since it supports both
    4. for this option, do we use a single source registry repo (and provide a way to specify) or use separate registry source repo?

Checklist:

Metadata

Metadata

Assignees

Labels

area/registryDevfile registry for stacks and infrastructure

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions