mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-19 14:57:43 -02:30
first pass at adding 'stable' and 'edge' version packages
- Only have ubuntu to test on - fedora and redhat are placeholders/guesses - the "old" package repositories seem to have the "new" CE version which is `1.13.1` based - `docker-ce` looks like it is named as a backported `docker-engine` package in some places - Did not change the `defaults` version anywhere, so should work as before - Did not point to new package repositories, as existing ones have the new packages.
This commit is contained in:
@@ -7,6 +7,13 @@ docker_versioned_pkg:
|
||||
'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.1-1.el7.centos
|
||||
'stable': docker-engine-17.03.0.ce-1.el7.centos
|
||||
'edge': docker-engine-17.03.0.ce-1.el7.centos
|
||||
|
||||
# https://docs.docker.com/engine/installation/linux/centos/#install-from-a-package
|
||||
# https://download.docker.com/linux/centos/7/x86_64/stable/Packages/ - guesses
|
||||
# 'stable': docker-ce-17.03.0.el7.centos
|
||||
# 'edge': docker-ce-17.03.0.el7.centos
|
||||
|
||||
docker_package_info:
|
||||
pkg_mgr: yum
|
||||
|
||||
Reference in New Issue
Block a user