devfile / api

Kube-native API for cloud development workspaces specification
Apache License 2.0
235 stars 58 forks source link

Add index generator support for registry github URL source. #1506

Open thepetk opened 1 month ago

thepetk commented 1 month ago

/kind task

Which area/kind this issue is related to?

/area registry

Issue Description

Atm the index/generator is only supporting a filepath of a local registry dir in order to get all the info and generate the index.json file.

This implementation will help us In order to avoid copying all the files during the build of the devfile-index image and to be able to support dynamic stack updates (as mentioned in the parent EPIC).

Acceptance Criteria