GitLab Runner building Docker image is out of space

#10 2.041 Warning: More space needed than available: 490 kB > 0 B, installation may fail
#10 2.041 Error: You don't have enough free space in /var/cache/apt/archives/.

Checking /var/lib/docker, it is indeed low on space:

$ sudo du -sh /var/lib/docker
2.0M /var/lib/docker

Cleaned up some free space with:

docker system prune --all --force

Reclaimed an additional 5GB, all good.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.