Skip to content

fix: replace global docker prune with scoped compose down in Makefile…#1664

Open
maltzsama wants to merge 1 commit intopinterest:masterfrom
maltzsama:master
Open

fix: replace global docker prune with scoped compose down in Makefile…#1664
maltzsama wants to merge 1 commit intopinterest:masterfrom
maltzsama:master

Conversation

@maltzsama
Copy link

Fixes #1663

Replaces 'docker system prune --volumes' in Makefile with scoped
'docker-compose down -v' commands. The previous implementation was
causing unintended data loss by wiping all global Docker volumes,
including those from unrelated projects (e.g., Minikube).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Critical Issue: make clean executes docker system prune --volumes, leading to unintended data loss

1 participant