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:
David Crook
2017-03-02 13:48:09 -07:00
parent cc632f2713
commit 3f4a375ac4
4 changed files with 17 additions and 0 deletions

View File

@@ -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