Releases: docwhat/docker-gc
Releases · docwhat/docker-gc
1.0.7
Changed
- Fixed crash due to concurrent read and write.
- CLI wouldn't exit when given bad flags.
1.0.6
Changed
- Updated docker support.
- Logger now logs docker actions correctly.
- Fixed regression: Events are now listened for again.
- Ensure events won't slow down dockerd.
1.0.5
Changed
- Binaries are smaller now. About 8MiB to 5MiB.
1.0.4
Added
Changed
- All logging goes to
stderr
except for fatals.
--quiet
doesn't hide errors anymore.
- Removed timestamps from logging output.
1.0.3
Changed
- Force all binaries to be statically compiled.
1.0.2
Added
- Clean up dangling images too.
- Added
--dangle-safe-duration=DUR
flag
Changed
- Replaced
--verbosity=NUM
flag with simpler --quiet
1.0.1
Changed
- Nothing; version changed to fix build error.