-
Notifications
You must be signed in to change notification settings - Fork 65
ODC support for devfile parent overrides #1365
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
Comments
https://github.com/utherp0/hacexample repo only contains inner loop definition in the devfile, ODC only supports outerloop. so the first issue in the description is invalid. |
ODC used to send rawcontent to us, therefore the parent reference and kubernetes uri reference won't work due to devfile not flattened. But now library have the private repo support, we are ready to accept URL + token to parse the devfile content. So this issue needs to:
|
@yangcao77 should we add this as a blocker? |
blocked by #1136 |
I've updated the description! |
This issue is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 60 days. |
Definitely still a requirement |
Removing blocker label as the #1136 is now closed |
This issue is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 60 days. |
Which area/kind this issue is related to?
/area library
Issue Description
There is an issue currently in the ODC side when someone is using a devfile that includes
parentOverrides
.For example, someone can try to import https://github.com/devfile-samples/devfile-sample-go-basic/tree/v2.0.0. Its devfile overrides the build component and the console cannot import it.
As a result, this issue is focusing on the support of parent overrides on the ODC (Openshift Developer Console) side.
Main reason described here
Acceptance Criteria
The text was updated successfully, but these errors were encountered: