Skip to content

Releases: locationlabs/ansible-role_docker-base

Version 4.0.1

18 Nov 00:17
Compare
Choose a tag to compare
  • fixed a bug with parameter handling for docker-rotate file

Version 4.0

07 Nov 23:11
Compare
Choose a tag to compare
  • dropped support for "docker_opts", "docker_log_rotate_max_size", and "docker_log_rotate_count"
    variables. Changing docker default configuration is no longer the responsibility of this
    role. (It's intended that this role be used with ansible-role_docker v2.2+, which now
    supports passing options to Docker on startup.)
  • see "Migration Notes" in README.md

Version 3.0.2

07 Oct 17:52
Compare
Choose a tag to compare
  • add a variable to define extra python dependencies in case of sub dependency conflicts. (Immediate need: "requests" dependency.)

Version 3.0.1

09 Sep 19:55
Compare
Choose a tag to compare
  • bug fixes for login and pull behavior; fixed error in pull conditional check, and now
    perform login before attempting to pull containers.

Release 3.0

24 Aug 19:49
Compare
Choose a tag to compare

Version 3.0:

  • use version 3.0+ of docker rotate
  • install docker-py, docker-compose, and dockerrotate in a single pip command to avoid
    them stepping on each other version-wise
  • log into Docker registries according to config variable.
  • pre-pull packages according to config variable, not hardcoded list.
  • do log rotation by size, not by time; use Docker's build-in rotation for Docker version 1.8+
  • no longer install inotify-tools

2.3

06 Apr 17:42
Compare
Choose a tag to compare
2.3
Merge pull request #2 from llpdh/dockerrotate_v2.0.1

Update dockerrotate and rotate script for 2.0.1