brooklyncentral / clocker

Apache Brooklyn cloud native infrastructure blueprints
Apache License 2.0
428 stars 66 forks source link

docker fails to install on ubuntu vivid 15.04 #284

Closed johnmccabe closed 8 years ago

johnmccabe commented 8 years ago

Fails during ssh: installing DockerHostImpl, location didn't have os locked down to the LTS release trusty 14.04

E: Version '1.10.3-0~vivid' for 'docker-engine' was not found
WARNING: no known/successful package manager to install docker-engine=1.10.3-0~vivid, may fail subsequently

Should we expect this to work on 15.04? or is it trusty + wily only?

johnmccabe commented 8 years ago

this was using the default template (works fine with 1.9.1), unable to specify an Ubuntu 15.10 image currently (looks like a separate issue).

grkvlt commented 8 years ago

OK, looks like it doesn't have the 1.10.3 release of Docker in its repos. We need to validate the different OS and Docker version combos, I guess. Also varies by cloud provider - @johnmccabe where was this?

johnmccabe commented 8 years ago

This was Blue Box Openstack.

grkvlt commented 8 years ago

This should be raised with them as a support issue.

grkvlt commented 8 years ago

Docker does not support the Ubuntu 15.04 repos, so have changed the default to 15.10 now.