You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: