open-nomad/drivers
Mahmood Ali 9721fd22f9 docker: Fix docker image gc tracking
This fixes a bug where docker images may not be GCed.  The cause of the
bug is that we track the task using `task.ID+task.Name` on task start
but remove on plain `task.ID`.

This haromize the two paths by using `task.ID`, as it's unique enough
and it's also used in the `loadImage` path (path when loading an image
from a local tarball instead of dockerhub).
2020-05-13 12:33:17 -04:00
..
docker docker: Fix docker image gc tracking 2020-05-13 12:33:17 -04:00
exec client: support no_pivot_root in exec driver configuration 2020-02-18 09:27:16 -08:00
java drivers: always initialize taskHandle.logger 2019-11-22 10:44:59 -05:00
mock ar: initial driver based network management 2019-07-31 01:03:17 -04:00
qemu drivers: always initialize taskHandle.logger 2019-11-22 10:44:59 -05:00
rawexec changelog and comment 2019-11-19 15:51:08 -05:00
shared update grpc 2020-03-03 08:39:54 -05:00