Create Che Plugin Registry starter #15336
Labels
area/plugin-registry
kind/enhancement
A feature request - must adhere to the feature request template.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
severity/P2
Has a minor but important impact to the usage or development of the system.
Is your task related to a problem? Please describe.
Official Che Plugin Registry code is located here. When a user wants to have own registry it requires forking of existing official registry and changing its content (by removing many plugin entries, maybe removing git histiry, etc.) or create the scaffold manually. Such approach is not user friendly, so we need to improve the flow.
Describe the solution you'd like
We should have some generator or registry template to make it easy to users to create and host own Che plugin registry. So a user could just fill in information about plugins (write
meta.yaml
) and put it in appropriate folder(s). Then run a script which should update index file of the registry, optionally create docker image, etc.The text was updated successfully, but these errors were encountered: