-
Notifications
You must be signed in to change notification settings - Fork 83
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
oci-image-tool failed to unpack #188
Comments
I believe this is caused by us not removing an existing file if the type has changed on extraction. As an aside, if you'd like to take a look at another tool for manipulating OCI images, I'd recommend umoci (which is a tool I wrote and we use quite heavily at SUSE). |
umoci is also not working.
Use containerd's ctr to export OCI image:
|
I can do that in #42 . @coolljt0725 Shell we merge #42 to solve this problem? |
@q384566678 I got this after merged #42 locally.
|
@jovizhangwei After you merged this, you need to |
Oh, it works, #42 indeed fixed my problem. Thanks guys. @coolljt0725 @q384566678 @cyphar |
The text was updated successfully, but these errors were encountered: