-
Notifications
You must be signed in to change notification settings - Fork 64
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
Support multiple versions of a given stack/sample in a given registry #735
Labels
area/registry
Devfile registry for stacks and infrastructure
kind/epic
A high level requirement that can/should be split into smaller issues
Comments
elsony
added
the
kind/epic
A high level requirement that can/should be split into smaller issues
label
Jan 18, 2022
openshift-ci
bot
added
the
area/registry
Devfile registry for stacks and infrastructure
label
Jan 18, 2022
proposal on index and stack/samples repository change: https://docs.google.com/document/d/1_eXbAV1eKetKKu_FHGRw6kUUiUhcp7j1gB0uUrG0WF8/edit?usp=sharing |
This was referenced Feb 9, 2022
Closed
Issues created to track the progress:
|
This was referenced Mar 30, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/registry
Devfile registry for stacks and infrastructure
kind/epic
A high level requirement that can/should be split into smaller issues
Which area this feature is related to?
/area registry
Which functionality do you think we should add?
In order to provide better parent adoption, we need to start supporting multiple versions of devfile to be stored in a given registry so that the user can refer to a specific version of a parent devfile.
Why is this needed? Is your feature request related to a problem?
As a new version of devfile specification, e.g. devfile 2.2, gets introduced, stack providers may want to provide different versions of a stack to provide support based on different devfile specifications. This is important since different tools/stacks will move up to a new devfile specification support at a different pace. It will be helpful for transitioning to a newer version of the specification without causing breakage to existing tools.
Detailed description:
Describe the solution you'd like
More investigation is required to provide multiple versions of the same devfile in a registry. The area of consideration should include:
Describe alternatives you've considered
Use different registries to store devfiles using different devfile specification versions. This approach means we have to maintain multiple registries at the same time and the user will need to know different URLs for the registry access as well as the registry viewer.
Additional context
The text was updated successfully, but these errors were encountered: