unipept / unipept-desktop

This is the desktop application that accompanies the Unipept project.
https://unipept.ugent.be
MIT License
7 stars 0 forks source link

Application does not wait for image pull #193

Closed pverscha closed 2 years ago

pverscha commented 2 years ago

If a custom database is constructed for the first time, the application needs to pull the required Docker images to do this. However, it seems that the pull is correctly started, but that the application does not wait for the pull of the image to complete before continuing. This causes the application to crash because it immediately tries to use the image (before the pull is done).

pverscha commented 2 years ago

Apparently the pullImage function from the dockerode package resolves immediately which caused this issue.