-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Tar: Permission denied error during build. #87
Comments
If the image is built with an older version of singularity (does singularity inspect work?) then I suspect there will be issues. What I would try first is to go back to an earlier release of Docker2singularity, preferably one that matches the version the container was build with (likely around 2.5.1). If that doesn't work, then we will need to debug this specific container - I can't seem to pull it (is your tag / name correct?) Anyway - first try maybe this branch https://github.com/singularityhub/docker2singularity/tree/v2.6. And remember the containers are also available on Docker Hub (and now) Quay.io so you can pull without needing to rebuild. Let me know how that goes! |
My image should be this one: https://hub.docker.com/r/uiuccs484parallelprog/cs484_student I'll check about the docker version issue. |
Yes, it's definitely the case that docker2singularity was developed long before that conversion was possible. Please post an update when you try the older versions, and glad that your needs are met with Singularity! |
When I try to convert the image
uiuccs484parallelprog/cs484_student:latest
from singularityhub, I get this cryptic message:tar: can't open 'opt/rh/devtoolset-7/enable': Permission denied
I have no idea how to fix this. I remember there being something about the
tar
binary in this image having problems, but I think this is different, and that was long ago.I don't even know how to investigate the cause of this.
The text was updated successfully, but these errors were encountered: