Topic says it all. Ran out of space while copying to from one build stage to another.
#26 ERROR: failed to mkdir /data/docker/overlay2/rsz9gzctwcktisz4yf8brj5x6/merged/app/vendor/bundle/ruby/3.0.0/gems/unf_ext-0.0.7.7/ext/unf_ext: mkdir /data/docker/overlay2/rsz9gzctwcktisz4yf8brj5x6/merged/app/vendor/bundle/ruby/3.0.0/gems/unf_ext-0.0.7.7/ext/unf_ext: no space left on device
I’d guess this instance needs pruning, so may be it would be smart to add a few cron jobs to the build instances, or increase the volume size? Is this something we can do ourselves?
Here’s what I run on another server to keep things tidy:
0 3 * * * docker system prune -f && systemctl restart docker.service
0 3 * * * docker image prune -a --force --filter until=48h