You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to changes in the upstream devfile/api dependency around validating endpoints, DevWorkspaces that reference the standard Theia devfile fail to start in DWO due to validation issues:
2 errors occurred:\n\t* devfile contains multiple endpoint entries with
same TargetPort: 3100\n\t* devfile contains multiple endpoint entries with same
TargetPort: 3100\n\n
Description
Due to changes in the upstream devfile/api dependency around validating endpoints, DevWorkspaces that reference the standard Theia devfile fail to start in DWO due to validation issues:
See devfile/api#821 for details.
How To Reproduce
samples/theia-next.yaml
from this repo.Expected behavior
Previous validation behavior (endpoints can reuse ports if they are attached to the same container) should be used.
Additional context
devfile/api issue: devfile/api#821
devfile/api PR with fix: devfile/api#822
The text was updated successfully, but these errors were encountered: