Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Releases: meltwater/docker-cleanup

1.8.0

13 Jun 08:10
Compare
Choose a tag to compare
  • Add support for DOCKER_API_VERSION with default version 1.20. Fixed #13 (#27)

1.7.2

24 May 13:14
Compare
Choose a tag to compare
  • 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

31 Mar 20:42
Compare
Choose a tag to compare
  • 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

31 Mar 13:13
Compare
Choose a tag to compare
  • 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

18 Mar 15:54
Compare
Choose a tag to compare
  • Support wildcards in KEEP_CONTAINERS and KEEP_IMAGES (#20, #21)
  • This release is compatible with Docker client api version 1.21

1.5.2

09 Mar 14:18
Compare
Choose a tag to compare
  • Update docker-cleanup-volumes.sh (#17)
  • This release is compatible with Docker client api version 1.21

1.5.1

23 Feb 09:52
Compare
Choose a tag to compare
  • 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

17 Feb 20:16
Compare
Choose a tag to compare
  • 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

03 Feb 09:19
Compare
Choose a tag to compare
  • 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

15 Dec 10:02
Compare
Choose a tag to compare
  • 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