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

Automatically delete old Unipept Docker images #209

Closed pverscha closed 2 years ago

pverscha commented 2 years ago

Every time a new database is constructed, or an analyses with custom databases is performed, a check is performed to see if the most recent version of the Unipept Docker images are being used. If this is not the case, a new version of these images is being downloaded, but the old versions are never removed, eventually clogging up the system of the user.

pverscha commented 2 years ago

A fix for this issue was provided in #213.