We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently devfile library can only parse parent devfile if uri is specified.
This issue is to support registry id defined under parent. If RegistryUrl is defined, then pull from that specific registry. If not, then pull from default devfile registry. The registry REST API should follow: https://github.com/devfile/api/blob/master/docs/proposals/registry/index-server-REST-API.md, the devfile can be got via GET request to GET http://{registry host}/devfiles/{stack}
RegistryUrl
GET http://{registry host}/devfiles/{stack}
The parent devfile should be parsed & override & merge into the flattened devfile.
The text was updated successfully, but these errors were encountered:
yangcao77
Successfully merging a pull request may close this issue.
Currently devfile library can only parse parent devfile if uri is specified.
This issue is to support registry id defined under parent.
If
RegistryUrl
is defined, then pull from that specific registry. If not, then pull from default devfile registry.The registry REST API should follow: https://github.com/devfile/api/blob/master/docs/proposals/registry/index-server-REST-API.md, the devfile can be got via GET request to
GET http://{registry host}/devfiles/{stack}
The parent devfile should be parsed & override & merge into the flattened devfile.
The text was updated successfully, but these errors were encountered: