-
Notifications
You must be signed in to change notification settings - Fork 82
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
Proposal: Implement ref deleting command #86
Comments
Shallow ref-deletion is handled in #5 with commands like: $ oci-refs delete image.tar v2.0 On Thu, Nov 17, 2016 at 12:29:30AM -0800, Ye Yin wrote:
It's not quite that simple. For example, perhaps layer2 is part of a |
#5 is a great job, I'd like it be merged ASAP:) |
This project is no longer actively maintained. However, umoci is a much more full-featured tool for manipulating OCI images, and is now an OCI project as a reference implementation of the OCI image-spec. I would strongly suggest people move to using umoci. |
Consider a OCI layout contain two refs:
v1.0
andv2.0
;v1.0
containlayer1
, andv2.0
containlayer1
andlayer2
.When I delete
v2.0
,layer2
should be deleted.The text was updated successfully, but these errors were encountered: