My use case is the following:
I'm using Tork (v0.1.144) as a Go library in standalone mode inside a container with docker compose (with postgres in the same docker network).
I'm binding the docker daemon inside the container with the host docker daemon where the tork container is running. I build manually a docker image in the host machine and them Tork can access it and run it in tasks as a "brother container". Everything is great.
Then, after some days where I do not use the server, my manually build image is gone. Every HTTP request then returns 400. Does Tork periodically remove unused images? I thought it was Docker itself first, but I couldn't find anyone having this problem on the internet.