Closed TheChymera closed 6 years ago
The plot thickens:
builder /etc/cron.weekly ls -lh /var/lib/docker/devicemapper/devicemapper
total 49G
-rw------- 1 root root 100G Mar 3 05:39 data
-rw------- 1 root root 2.0G Mar 9 14:05 metadata
builder /etc/cron.weekly # docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
<none> <none> 0e2d6a678c8e 2 weeks ago 0B
Further addressed in #17
The sustainability of gbuilder deployment turns out to be somewhat constrained by some disk space issue with Docker:
Support for more intelligent autodeletion might require communication from third party services back to gebuilder - which would be rather involved atm. Perhaps we could instead provide some convenience scripts which - when manually called by the user - delete all but the newest image for each repo. @Doeme any ideas how to do this? the only way I managed to delete anything was
docker system prune -af
.