Skip to content
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

[RFC] Add Delete() to oci.Store. #620

Closed
wants to merge 1 commit into from

Conversation

eiffel-fl
Copy link
Contributor

Hi.

First, I would like to thank you for the work done in #470.
I tried to use this function but had troubles as the content.Storage in oci.Store does not implement the Delete function.
I thought to add Deleter to oci.Storage but then I got troubles during compilation with cas.Memory.
So, I casted the content.Storage to oci.Storage which is not really good but at least it works.

As a consequence, I would like to get your feedback on how to permit oci.Store to Delete() descriptor in a proper way regarding the layers of abstraction you have.

Best regards and thank you in advance.

Signed-off-by: Francis Laniel <[email protected]>
@Wwwsylvia
Copy link
Member

Hi @eiffel-fl , thanks for the PR. We have merged PR #606, #607 and #608 that enhanced the oci package, and we have another PR #614 in progress, feel free to review it and let us know if it helps.

@eiffel-fl
Copy link
Contributor Author

Hi!

Hi @eiffel-fl , thanks for the PR. We have merged PR #606, #607 and #608 that enhanced the oci package, and we have another PR #614 in progress, feel free to review it and let us know if it helps.

Awesome! I will test and review #614 as it tackles the same problem as my PR but in a proper way!

Best regards.

@eiffel-fl eiffel-fl closed this Oct 19, 2023
@eiffel-fl eiffel-fl deleted the francis/store-delete branch October 19, 2023 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants