Releases: angstwad/docker.ubuntu
Releases · angstwad/docker.ubuntu
v3.3.0
set http(s)_proxy for docker daemon in systemd environment (#160)
v3.2.0
Add support for Debian Stretch (9)
v3.1.0
Removes Ubuntu 12.04 support.
v3.0.0
Breaking changes introduced, removing DOCKER_OPTS
and replacing it with daemon.json
usage, which was added in #182.
v2.5.3
Adding GNUPG-curl verification to role.
v2.5.2: Unpack vars to correct version_compare issue (#170)
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
v2.4.2
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 …