-
Notifications
You must be signed in to change notification settings - Fork 181
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
support OCI image layout target in oras manifest delete
#762
Comments
manifest delete
oras manifest delete
Hi @qweeah I would like to work on this, Could you assign me for this issue ? |
@sidharthviz Welcome! You might need to start to get familiar with OCI image layout and related oras-go packages. The garbage collection part can be skipped in this issue. It is expected to be done in another command set discussed in #792. |
Hey @sidharthviz I just found that manifest deletion is not implemented on SDK side. I just created a new issue in oras-go to track: oras-project/oras-go#454, which means this issue might take more effort than expected and may not be a good start point to contribute to oras. Will unassign you and remove the good-first-issue tag, sorry and feel free to choose another one from https://github.com/oras-project/oras/contribute. |
It's alright Billy :) |
both this issue and #761 are depending on merging of oras-project/oras-go#470, moving to 1.2.0 mile stone. |
As a project maintainer for CNCF Notary Project, I would like to have this feature in ORAS v1.2.0 since it enables Notation users to delete a signature from an image in OCI image layout. See an example usage in registry: https://notaryproject.dev/docs/user-guides/how-to/manage-signatures/#delete-a-signature-on-an-artifact |
Note that |
User should be able to use
oras manifest delete
to remove a manifest in their OCI layout folder with properly garbage collection.The text was updated successfully, but these errors were encountered: