-
Notifications
You must be signed in to change notification settings - Fork 249
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
Image digests for referencing bundles #99
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: anik120 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@anik120 I like this approach and think it will give us a good transition path on the client side. Couple of things to think about:
|
b834912
to
4a3ec14
Compare
@ecordell thank you for your feedback.
|
4a3ec14
to
103d1b7
Compare
It would be good to have two layers, but |
/hold I missed some things on my initial review. There are multiple API calls in OLM that will need to have (the Because there are multiple places that we need to return this, could we extend the |
103d1b7
to
23875af
Compare
23875af
to
fafc022
Compare
fafc022
to
cc41b03
Compare
cmd/opm/registry/serve.go
Outdated
if err != nil { | ||
return err | ||
} | ||
defer migrator.CleanUpMigrator() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably shouldn't defer this, it won't get run until the server exits (which could be never)
Migrate older database to new schema. Extend API to allow querying of the new `bundlepath` field.
cc41b03
to
7c63cf3
Compare
@ecordell that is actually a very good point. I've opened another PR where I've extended the |
Closing in favor of #103 |
Description of the change:
bundlepath
field.Reviewer Checklist
/docs