Use generated DevWorkspaceTemplates from the devfile registry to create workspaces #20829
Labels
area/dashboard
engine/devworkspace
Issues related to Che configured to use the devworkspace controller as workspace engine.
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/P1
Has a major impact to usage or development of the system.
sprint/current
Is your task related to a problem? Please describe
Since Pre-build DevWorkspace templates for devfile v2 of devfile registry #19718 was fixed, devfile registry generates and provides DevWorkspaceTemplate+DevWorkspace for each devfile v2.
In devfile registry it could be recognized in
index.json
, for example for Go devfile it looks like:It means that each stack which provides devfile version 2 should contain 2 files:
The content of such file should be like:
devworkspace
So, now dashboard can analyze
index.json
file and create a devWorkspace by using already generated files.Describe the solution you'd like
Use generated DevWorkspace+DevWorkspaceTemplate from the devfile registry to create a workspace
The text was updated successfully, but these errors were encountered: