This PR fixes an issue in which the reference count on a Docker image would become inflated through task restarts.
This PR introduces a coordinator for doing CRUD on a Docker image. It should fix racy deletion of images. The issue before was images would be deleted between prestart and start causing an error.