Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Remove indiscriminate docker prune from testenv down#305

Merged
clangenb merged 3 commits into
mainfrom
cl/fix-testenv-prune
Mar 23, 2026
Merged

Remove indiscriminate docker prune from testenv down#305
clangenb merged 3 commits into
mainfrom
cl/fix-testenv-prune

Conversation

@eldara-cruncher
Copy link
Copy Markdown
Collaborator

Summary

  • Remove the four docker prune -f commands (containers, volumes, networks, images) from testenv.sh down
  • These removed all unused resources on the host, not just test-related ones — including unrelated stopped containers and volumes
  • docker compose down -v already cleans up test services and their named volumes

Test plan

  • testenv.sh down still tears down the DinD environment
  • Unrelated containers/volumes/networks are no longer affected

🤖 Generated with Claude Code

eldara-cruncher and others added 3 commits March 19, 2026 08:32
- Add go mod tidy check to CI vet job to catch stale go.sum
- Add dependabot-tidy.yml workflow that auto-runs go mod tidy on
  dependabot PRs and pushes the fix

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
The four prune commands (containers, volumes, networks, images) removed
ALL unused resources on the host, not just test-related ones. The
compose down -v already cleans up test services and their volumes.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
@clangenb clangenb merged commit 39aabd5 into main Mar 23, 2026
12 of 18 checks passed
@eldara-cruncher eldara-cruncher deleted the cl/fix-testenv-prune branch June 5, 2026 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants