Skip to content
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

Fetching error when pulling multiple images that have the same image base #8

Open
geektortoise opened this issue May 5, 2020 · 0 comments
Assignees
Labels

Comments

@geektortoise
Copy link
Contributor

When we add a software user repository and fetch all the targeted repositories, sometimes I get "Error: unable to build: conveyor failed to get: no descriptor found for reference".

It seems that, as our external softwares are often based on the same image base (cytomine/python-software for example), we got a multithread issue with concurrent fetch.

There is example in the related issue
https://github.com/sylabs/singularity/issues/3634 and https://github.com/sylabs/singularity/issues/5020

Short solution : implement a pullingQueue to assure that there is no concurrency pulling.
Later solution : Should be resolved with singularity 3.6

@geektortoise geektortoise self-assigned this May 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant