aloof-leather-92383
11/08/2022, 6:57 PMincalculable-ocean-74010
11/09/2022, 4:15 PMError processing tar file … no space left on device
This means your docker process has run out of disk. You need to clean up some old images.
I usually do that with docker system prune --volumes from time to time. It will delete images in your local machine. This may include any image you have built locally so be careful with it. Alternatively you can run docker rmi <image ids> for the images you know you don’t want.