Skip to content
Snippets Groups Projects
Unverified Commit a43569c8 authored by John Dewey's avatar John Dewey
Browse files

Use docker-engine 1.13.1

The default version of Docker was switched to 1.13 in #1059.  This
change also bumped ubuntu from installing docker-engine 1.13.0 to
1.13.1.  This PR updates os families which had 1.13 defined, but
were using 1.13.0.

The impetus for this change is an issue running tiller 1.2.3 on
docker 1.13.0.  See discussion [1][2].

[1] https://github.com/kubernetes/helm/issues/1838
[2] https://github.com/kubernetes-incubator/kargo/pull/1100
parent 1122740b
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ docker_versioned_pkg:
'latest': docker-engine
'1.11': docker-engine=1.11.2-0~{{ ansible_distribution_release|lower }}
'1.12': docker-engine=1.12.6-0~debian-{{ ansible_distribution_release|lower }}
'1.13': docker-engine=1.13.0-0~debian-{{ ansible_distribution_release|lower }}
'1.13': docker-engine=1.13.1-0~debian-{{ ansible_distribution_release|lower }}
docker_package_info:
pkg_mgr: apt
......
......@@ -6,7 +6,7 @@ docker_versioned_pkg:
'latest': docker-engine
'1.11': docker-engine-1.11.2-1.el7.centos
'1.12': docker-engine-1.12.6-1.el7.centos
'1.13': docker-engine-1.13.0-1.el7.centos
'1.13': docker-engine-1.13.1-1.el7.centos
docker_package_info:
pkg_mgr: yum
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment