No disk left due to buildx state: how to safely clean the leftovers? #3261
-
Hi, we are using the buildx GitHub action which, if I understood properly, had a bug related to keeping the state starting from June 16th, bug that should have been fixed in the latest release from yesterday. Due to the bug, we are currently left on our instance with no disk space left due mostly to the following states taking a huge amount of space. Would you be kind enough to tall me how to clean those states safely? 14G docker/volumes/buildx_buildkit_builder-a598bbd6-c62b-4a8f-87e0-cceca4a4da900_state
14G docker/volumes/buildx_buildkit_builder-bf46dc08-a0da-4f40-b563-5bb540514a6e0_state
6.8G docker/volumes/buildx_buildkit_builder-fddc5e4c-2585-44eb-87de-39c46dfab9020_state A simple > docker buildx ls
ERROR: mkdir /home/ec2-user/.docker: no space left on device Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
You can probably remove dangling volumes on this machine with |
Beta Was this translation helpful? Give feedback.
You can probably remove dangling volumes on this machine with
docker volume prune
.