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

🔥 Fix dvm install experimental to support edge releases #169

Closed
carolynvs opened this issue Aug 16, 2017 · 1 comment
Closed

🔥 Fix dvm install experimental to support edge releases #169

carolynvs opened this issue Aug 16, 2017 · 1 comment
Assignees

Comments

@carolynvs
Copy link
Collaborator

Docker has stopped publishing experimental builds to a static location. Now they publish "edge" builds to https://download.docker.com/linux/static/edge/x86_64/, under named releases.

The edge builds are only vaild for a month, and older edge releases will not match the eventual stable release under the same name. So we only care about the latest edge release.

I'm thinking that we should drop "experimental" now that Docker is calling it "edge", something like:

dvm install edge

That will list the edge versions available and install the highest one.

@carolynvs carolynvs self-assigned this Aug 16, 2017
@carolynvs
Copy link
Collaborator Author

Edge releases no longer have checksums.

@carolynvs carolynvs changed the title Support Edge Releases 🔥 Fix dvm install experimental Aug 16, 2017
@carolynvs carolynvs changed the title 🔥 Fix dvm install experimental 🔥 Fix dvm install experimental to support edge releases Aug 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant