molgenis / molgenis-service-armadillo

Armadillo; a DataSHIELD implementation, part of the MOLGENIS suite
https://molgenis.github.io/molgenis-service-armadillo/
GNU Lesser General Public License v3.0
7 stars 10 forks source link

Armadillo doesnt clean up unused profile volumes #453

Open marikaris opened 1 year ago

marikaris commented 1 year ago

When a profile is updated or deleted in armadillo, the image is not deleted from docker, meaning the server will eventually run out of storage (especially with the research profiles this will happen quickly as they are over 4GB)

How to reproduce: Type docker image list on the server Go to the ui and add an image that isnt in the list yet, start it Look in the docker image list, see its there Now stop the profile, remove it

Expected: The image is gone from docker image list

Observed: It's still there

marikaris commented 1 year ago

🦟 Bugs