scaleway / docker-machine-driver-scaleway

:whale: Scaleway driver for Docker Machine
MIT License
249 stars 34 forks source link

brew installs version 1.3 -> provisioning errors #98

Closed iben12 closed 5 years ago

iben12 commented 5 years ago

The default brew install method (as in the readme) installs version 1.3. The current version is 1.6.

brew info docker-machine-driver-scaleway
scaleway/scaleway/docker-machine-driver-scaleway: stable 1.3, HEAD

I think this explains a lot of issues coming up again and again regarding --scaleway-commercial-type, --scaleway-image and overall provisioning errors, because these have been fixed in later versions.

Using the HEAD installs the usable version:

$ brew install scaleway/scaleway/docker-machine-driver-scaleway --HEAD
izissise commented 5 years ago

Thanks for raising this issue,

This should be fixed with the last commit

QuentinBrosse commented 5 years ago

@iben12 You can now upgrade your driver to 1.6:

brew info docker-machine-driver-scaleway
scaleway/scaleway/docker-machine-driver-scaleway: stable 1.6, HEAD

Sorry for the issue.