Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker has changed versioning #152

Closed
vek0ng opened this issue Mar 5, 2017 · 7 comments
Closed

Docker has changed versioning #152

vek0ng opened this issue Mar 5, 2017 · 7 comments
Assignees

Comments

@vek0ng
Copy link

vek0ng commented Mar 5, 2017

Since Feb 20th, Docker introduced new versioning. DVM cannot detect and install latest Docker version.

$ dvm ls-remote

Got:

...
1.12.6
1.13.0
1.13.1

Expected:

1.12.6
1.13.0
1.13.1
17.03.0-ce  <-- Docker's new versioning 

DVM version:

$ dvm --version
Docker Version Manager version 0.7.0 (5a8942b)
@vek0ng vek0ng changed the title dvm ls-remote: docker has changed versioning Docker has changed versioning Mar 5, 2017
@carolynvs
Copy link
Collaborator

@vek0ng Thanks for the heads up! I'll get cracking on an update.

@carolynvs
Copy link
Collaborator

@vek0ng A new version has been released with this fix: https://github.com/howtowhale/dvm/releases/tag/0.8.0. You should now see new -ce releases when listing remote versions.

Please checkout the release notes, as the install/upgrade procedure was slightly impacted when this repository moved.

@vek0ng
Copy link
Author

vek0ng commented Mar 9, 2017 via email

@matthewberry
Copy link

matthewberry commented Mar 11, 2017

Thanks for the quick fix! I'm now running 0.8.0 and able to see the new CE release with ls-remote. Installing the new CE release fails, though:

$ dvm-helper use 17.3.0-ce
17.3.0-ce is not installed. Installing now...
Installing 17.3.0-ce...
Unable to download https://get.docker.com/builds/Linux/x86_64/docker-17.3.0-ce. (Status 403)

I also tried dvm-helper use 17.03.0-ce--note the "03" instead of "3"--with the same result. Am I doing something wrong?

@carolynvs carolynvs reopened this Mar 11, 2017
@carolynvs
Copy link
Collaborator

Doh! Thanks for pointing out the problem is the leading 0. I'll get that fixed.

@carolynvs
Copy link
Collaborator

Okay second try! https://github.com/howtowhale/dvm/releases/tag/0.8.2 Let me know if you run into problems.

@matthewberry
Copy link

Works like a charm. Thanks a bunch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants