-
Notifications
You must be signed in to change notification settings - Fork 64
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
Package starter projects in offline registry #1203
Comments
Initial approach
|
Updated approach
|
Resources are now packaged as part of the devfile-index, next step is to create a way for the devfiles to reference the offline resources while also preserving location of the the original |
Using the devfileEntriesFile, we can get a list of all the starter projects that can be made offline. The devfiles can also be overwritten with the location of the offline projects as well |
Devfiles are now overwritten with the new starter project locations, while leaving the previous ones commented out. Will need to test a few more edge cases for overwriting along with ensuring temp files used for the devfile updating are cleaned |
PRs opened for review: |
Which area/kind this issue is related to?
/area registry
Issue Description
This issue is part of the EPIC #329 and focuses on implementing the first stage of the design doc.
Build an offline devfile registry with the following requirements:
Example:
The text was updated successfully, but these errors were encountered: