-
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
oci-image-tool failed #193
Comments
I tried and didn't fail. Are you the latest version? |
oci-mage-tool create requires --ref in format A=B |
I'm getting this failure as well. Pulled fresh from master (c95f76c)
|
Okay, so basically the issue is that the symlink handling is quite seriously incorrect. It assumes that all symlink targets are relative to the link name (this is only true for relative symlinks -- in this case it isn't an issue though) and also it appears that there's something wrong with how paths are handled. The failure is that [If you need to use an image tool which has more extensive testing and hopefully is more resilient I would recommend using |
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. |
The text was updated successfully, but these errors were encountered: