From 35ac9cdcabf55388e2e7dd8fea91e8d8431fc6a8 Mon Sep 17 00:00:00 2001 From: whitestar Date: Sat, 3 Feb 2018 16:56:12 +0900 Subject: [PATCH] updates docker4latest_ubuntu role. --- roles/docker4latest_ubuntu.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/docker4latest_ubuntu.rb b/roles/docker4latest_ubuntu.rb index ae7f8a7..9c65e84 100644 --- a/roles/docker4latest_ubuntu.rb +++ b/roles/docker4latest_ubuntu.rb @@ -35,7 +35,9 @@ override_attributes( # install the package for the newer distribution of ubuntu. 'apt_repo' => { # new repo. + # Check https://download.docker.com/linux/ubuntu/dists 'override_apt_line' => 'deb [arch=amd64] https://download.docker.com/linux/ubuntu artful stable', + #'override_apt_line' => 'deb [arch=amd64] https://download.docker.com/linux/ubuntu zesty stable', # old repo. #'override_apt_line' => 'deb https://apt.dockerproject.org/repo ubuntu-zesty main', #'override_apt_line' => 'deb https://apt.dockerproject.org/repo ubuntu-xenial main', @@ -43,6 +45,7 @@ override_attributes( 'compose' => { #'skip_setup' => true, # default: false 'auto_upgrade' => true, # default: false + # Check https://github.com/docker/compose/releases 'release_base_url' => 'https://github.com/docker/compose/releases/download/1.18.0', #'release_base_url' => 'https://github.com/docker/compose/releases/download/1.17.1', }, -- 2.11.0