You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are occasionally failures cleaning up. It's not 100% clear what is causing that, but the exit is unclean. It does not impact the functionality though. Images are still built fine.
Current Behavior
➜ Cleaning up Docker images
2024/03/01 12:26:13 unable to clean up docker images
unable to execute `docker image rm` command
exit status 1
Possible Solution
Need to dig in to see why this is happening. It's probably an edge case where there are no images to clean up or something like that.
Steps to Reproduce
Unsure exactly.
Motivations
Clean run with no errors.
The text was updated successfully, but these errors were encountered:
➜ Cleaning up Docker images
2024/11/25 10:39:37 unable to clean up docker images
sha256:578a8dd8e5120c8c8a7f08e5b8cd71e6b944f052d8fc39ae4ed80a305401245c]391de1e7026a22b0911ca0d64f3b8f0c644d1df4a5d11b76e8075
exit status 1
The hash digest there for the image looks weird. I ran the command the tool is running to fetch the images and it did not include that part.
> docker image ls --quiet --no-trunc --filter 'dangling=true'
sha256:93a456d694f391de1e7026a22b0911ca0d64f3b8f0c644d1df4a5d11b76e8075
so I'm thinking that something is messing with the output and it's not quite what would be expected.
Expected Behavior
There are occasionally failures cleaning up. It's not 100% clear what is causing that, but the exit is unclean. It does not impact the functionality though. Images are still built fine.
Current Behavior
Possible Solution
Need to dig in to see why this is happening. It's probably an edge case where there are no images to clean up or something like that.
Steps to Reproduce
Unsure exactly.
Motivations
Clean run with no errors.
The text was updated successfully, but these errors were encountered: