Releases: meltwater/docker-cleanup
Releases · meltwater/docker-cleanup
1.8.0
- Add support for DOCKER_API_VERSION with default version 1.20. Fixed #13 (#27)
1.7.2
- Use
docker volume rm
subcommand if the Docker Engine supports it (#25). This fixes #24
- This release is compatible with Docker API version 1.21 and later
1.7.1
- Fixed lost executable bit on run.sh that got lost as part of #22. This fixes #23
- This release is compatible with Docker client api version 1.21
1.7.0
- Added support for specifying containers to keep by name using new $KEEP_CONTAINERS_NAMED parameter (#22)
- This release is compatible with Docker client api version 1.21
1.6.0
- Support wildcards in KEEP_CONTAINERS and KEEP_IMAGES (#20, #21)
- This release is compatible with Docker client api version 1.21
1.5.2
- Update docker-cleanup-volumes.sh (#17)
- This release is compatible with Docker client api version 1.21
1.5.1
- Allow for image id's with the new sha256 prefix (#15)
- This release is compatible with Docker client api version 1.21
1.5.0
- Added KEEP_CONTAINERS parameters to specify a list of images of containers to avoid cleaning
- This release is compatible with Docker client api version 1.21
1.4.1
- Allow non-looped cleanups for one-off runs
- Include Makefile to help with repetitive commands during development
- This release is compatible with Docker client api version 1.21
1.4.0
- Remove "dead" containers
- Remove containers still stuck in "created" state after DELAY_TIME seconds (Mesos I'm looking at you!)
- This release is compatible with Docker client api version 1.18