This is an automatically generated e-mail. To reply, visit: http://reviewboard-fedoraserver.rhcloud.com/r/232/

contrib/vagrant/rolekitdev-bootstrap.sh (Diff revision 1)
10
dnf install -y docker --disablerepo=updates

If you want to force the version, why not just force the version? ;)

dnf install -y docker-1.7.0


- Nils Philippsen


On November 25th, 2015, 2:28 vorm. CET, Stephen Gallagher wrote:

Review request for RoleKit Mailing List, Miloslav Trmac, Nils Philippsen, Stephen Gallagher, and Thomas Woerner.
By Stephen Gallagher.

Updated Nov. 25, 2015, 2:28 vorm.

Repository: rolekit

Description

Also add workaround for docker bug

The docker bug is that in many cases (including the Vagrant case), Docker 1.8.2 (the current version in the stable repository) will fail to initialize on first startup. So this patch forces us to use the known-good 1.7.0 from the Fedora 23 frozen package set in order to do the first-time initialization, then we update to the latest version. This part of the patch can be reverted once 1.9.1 lands in the stable repository, since it seems to fix the issue.

Testing

Built and tested changes for reviews 226-231 with vagrant rsync && vagrant provision using this new vagrant box. It worked properly.

Diffs

  • Vagrantfile (27230401a49f10756198f6153080938b655153e3)
  • contrib/vagrant/rolekitdev-bootstrap.sh (43f374b9f6ddff22b7f80c6abd18ce1425bae125)

View Diff