docker-library / drupal

Docker Official Image packaging for Drupal
280 stars 204 forks source link

Automated updates are failing #207

Closed kjostling closed 2 years ago

kjostling commented 2 years ago

https://doi-janky.infosiftr.net/job/update.sh/job/drupal/

Anyone got time to fix that? Please!

jakevis commented 2 years ago

+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

tianon commented 2 years ago

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

Thanks!