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
The underlying issue here appears to be a potential race in the Docker engine API - I can reproduce this on v2.10.2 consistently within 10 iterations as well.
There were some improvements around image cleanup in #9819 in v2.11.0, which incidentally appear to avoid triggering this, and I can't reproduce it anymore.
@x-yuri Would you be able to test on the latest release (v2.11.0) and let me know if you still see it?
If you do, I've got a fix ready to go (posting here for posterity):
Description
docker-compose down --rmi=local
occasionally fails if an image is shared by several services.Steps to reproduce the issue:
docker-compose.yml
:Dockerfile
:FROM alpine
At least a couple times out of 10 it fails for me.
Describe the results you received:
It outputs an error. Although it supposedly succeeded.
Describe the results you expected:
It finishes w/o an error.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
docker compose version
:Output of
docker info
:Additional environment details:
The text was updated successfully, but these errors were encountered: