fix: OCI store resolve returns full descriptor#468
Conversation
There was a problem hiding this comment.
Hi @oanatmaria , thanks for the contribution! Do you want to update the same for ReadOnlyStore as well?
Hi @Wwwsylvia, Thank you for the review. I've made the change for the readonlystore as well. |
|
Also wondering if we should call out the behavior difference between resolving by tag and resolving by digest in the doc comment of the |
I've updated the comments. Please let me know if they are correctly formulated. |
Signed-off-by: oanatmaria <oana@aserto.com>
|
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.