docker-library/drupal

Automated updates are failing

Closed this issue · 2 comments

+1

Looks like the build server is out of disk?

unable to prepare context: unable to 'git clone' to temporary context directory: error fetching: error: unable to create temporary file: No space left on device

It turns out it was actually inodes thanks to docker build <git-url> sometimes leaving behind /tmp/docker-build-git* folders. 😩

Thanks!