microsoft / ga4gh-tes

C# implementation of the GA4GH TES API; provides distributed batch task execution on Microsoft Azure
MIT License
32 stars 27 forks source link

Only delete task docker image #688

Closed jsaun closed 4 months ago

jsaun commented 4 months ago

Describe the bug Customers may install other docker containers on the Batch nodes through the start task such as security scanning utilities which may run for the duration of the vm. Currently we attempt to delete all docker images on the node after tasks are completed. We should delete only the TES task executor image after completion.