-
Notifications
You must be signed in to change notification settings - Fork 133
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
Error when loading a docker image #381
Comments
Hello, We managed to solve the problem by modifying the _load_structure method (in docker.py line 631):
Best regards, Medernach Emmanuel |
Hello, The issue is still there when we use 'import' but it works with 'load', you could test it with this docker image: Minimal Docker Image with /bin/bash ** With udocker import
** With udocker load
Best regards, Medernach Emmanuel |
If you can please post again the tar files. |
Hello, Here is a docker image (Simple.tgz): https://filesender.renater.fr/?s=download&token=2ce8811a-39ca-4565-858f-b96d84669e87 |
This should be fixed, if the problem persists please let us know. |
Hello,
We are trying to load a docker image and we obtain this error:
Our image is generated with Guix. Here is a minimal image with this error:
Simple.tgz
Best regards,
Medernach Emmanuel
The text was updated successfully, but these errors were encountered: