-
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
unpack permissions incorrect #218
Comments
I would suggest using https://github.com/openSUSE/umoci instead -- |
Oh sorry, I didn't notice you already mentioned you tested against |
Thanks @cyphar, it looks like the Singularity devs are looking into integrating |
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. |
I have run across an issue in another project that uses
image-tools
, sylabs/singularity#3880, that looks to be caused byimage-tools
failing to unpack files with the correct permissions. The issue appears when building from a Dockerfile when a file is created in one layer and then in a subsequent layer the permissions are modified. In this case it looks like the unpacked image has the original file permissions and the updated permissions are ignored.Dockerfile
Building the image and verifying the permissions
Copy the image with
skopeo
Verify permissions are correct with
umoci
Permissions are incorrect with
image-tools
The text was updated successfully, but these errors were encountered: