Devfile is not resolved when using GIT+SSH URLs #22354
Labels
area/devfile-spec
Issues related to Devfile v2
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P2
Has a minor but important impact to the usage or development of the system.
Describe the bug
Starting a workspaces using a GIT+SSH URLs is currently supported (see issue) but
Devfiles
are ignored.Che version
next (development version)
Steps to reproduce
Expected behavior
The devfile at the root of the git repository should be resolved and the generated DevWorkspace
spec.template
should include it.Runtime
OpenShift
Additional context
If the repository is public then a workaround is to use the URL
https://<che-host>/#<raw-devfile-url>?remotes={<git-repo-url>}
.If the repository is private it's possible to use the VS Code command
Reload from local Devfile
after the workspaces is started.The text was updated successfully, but these errors were encountered: