Skip to content

Releases: angstwad/docker.ubuntu

v3.3.0

12 Oct 17:02
Compare
Choose a tag to compare
set http(s)_proxy for docker daemon in systemd environment (#160)

v3.2.0

24 Sep 20:52
Compare
Choose a tag to compare
Add support for Debian Stretch (9)

v3.1.0

19 Sep 16:49
Compare
Choose a tag to compare

Removes Ubuntu 12.04 support.

v3.0.0

13 Sep 14:43
Compare
Choose a tag to compare

Breaking changes introduced, removing DOCKER_OPTS and replacing it with daemon.json usage, which was added in #182.

v2.5.3

22 Aug 17:59
Compare
Choose a tag to compare
Adding GNUPG-curl verification to role.

v2.5.2: Unpack vars to correct version_compare issue (#170)

13 Jul 14:48
Compare
Choose a tag to compare
I discovered an issue with the `version_compare` when running this role via Ansible 2.3 on Ubuntu 12.04. It seems that the interpreter can get confused in the tightly packed vars, so I broke out version comparators into their own vars. This seems to have fixed the issue.

v2.5.1: fix apt_repository dynamic lookup of distro

12 Jul 15:38
Compare
Choose a tag to compare

v2.5.0

10 Jul 21:57
Compare
Choose a tag to compare
v2.5.0

v2.4.2

28 Apr 15:35
Compare
Choose a tag to compare
remove kernel extras install for non-14.04 systems, fix #162

v2.4.1: Retry linux-image-extra if first install fails due to a non-standard …

27 Apr 17:53
Compare
Choose a tag to compare
…kernel version name, fixes #161, addresses #148, #138