Description
Currently, docuum only works with image threshold values. This approach can be extended to volumes as well.
This is being driven from comment on GitLab Runners
Alternatives considered
Everyone has their own alternatives mostly to run shell scripts in cron to run periodically else disable_cache to true for runners.
Additional context
docker volume inspect $volume has CreatedAt tag which can be used to evaluate age or docker system df to evaluate currently used space. Shell function for volumes mentioned in comment
PS: docker system df can be expensive 1 2
Description
Currently, docuum only works with image threshold values. This approach can be extended to volumes as well.
This is being driven from comment on GitLab Runners
Alternatives considered
Everyone has their own alternatives mostly to run shell scripts in cron to run periodically else
disable_cachetotruefor runners.Additional context
docker volume inspect $volumehasCreatedAttag which can be used to evaluate age ordocker system dfto evaluate currently used space. Shell function for volumes mentioned in comment