-
Notifications
You must be signed in to change notification settings - Fork 99
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
fix: OCI store resolve returns full descriptor #468
fix: OCI store resolve returns full descriptor #468
Conversation
23fc677
to
506896b
Compare
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.
LGTM
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.
Hi @oanatmaria , thanks for the contribution! Do you want to update the same for ReadOnlyStore
as well?
506896b
to
c2c37cb
Compare
Hi @Wwwsylvia, Thank you for the review. I've made the change for the readonlystore as well. |
c2c37cb
to
489b3a0
Compare
b8f7bfd
to
ddfa64a
Compare
Also wondering if we should call out the behavior difference between resolving by tag and resolving by digest in the doc comment of the |
ddfa64a
to
087936c
Compare
I've updated the comments. Please let me know if they are correctly formulated. |
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.
LGTM
Signed-off-by: oanatmaria <oana@aserto.com>
087936c
to
3239ae6
Compare
Merged. Thank you! @oanatmaria |
Based on discussion on #457, this PR returns a full descriptor on Resolve when the method it's called by tag and it returns a plain descriptor when the method it's called by digest.