Cleanup strategy
Closed this issue ยท 1 comments
yhahn commented
Currently after building enough image the host that ecs-conex
is running on will run out of space and be ๐
blocked from processing any more jobs. (aws/amazon-ecs-agent#349 (comment))
- Stopgap: maybe we clean up an image immediately after it's complete
- Ideally: Keeping images around after a build will speed up subsequent builds. Some kind of LRU-like behavior around the images kept would be nice.