-
Notifications
You must be signed in to change notification settings - Fork 65
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
Fetching registry library fails due to improper reference to index generator #1475
Closed
Labels
Comments
Using |
3 tasks
PR is ready for review: devfile/registry-support#222 |
Confirmed these changes fix the fetching of the registry library under devfile/library. |
Need to create a backport patch for |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Which area this feature is related to?
/kind bug
Which area this bug is related to?
/area registry
What versions of software are you using?
Go project
Operating System and version: N/A
Go Pkg Version: 1.19
Bug Summary
Describe the bug:
When fetching chained dependencies for the registry library, the command fails due to the index generator dependency not pointing to a valid revision reference. This is because of
replace
redirection onv0.0.0
which does not work when referencing the module externally.To Reproduce:
Run
go get github.com/devfile/registry-support/registry-library@latest
.Expected behavior
Consumers should be able to successfully fetch the registry library module along with all dependencies of it.
Any logs, error output, screenshots etc? Provide the devfile that sees this bug, if applicable
Additional context
Any workaround?
Use earlier revisions of registry library which does not have this bug.
Suggestion on how to fix the bug
Change revision ref for index generator to latest one for both dependency reference and
replace
reference.The text was updated successfully, but these errors were encountered: