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

Prevent launch script from denying Docker v1.6.0 #53

Closed

Conversation

brendanashworth
Copy link
Contributor

It may be noted that this won't scale with more versions.

Fixes: #52

It may be noted that this won't scale with more versions.
@waitingkuo
Copy link

it any better way to compare the version? in case docker update to 1.7.0, we need to update this again

@brendanashworth
Copy link
Contributor Author

We could use something like cloudflare/semver_bash, or we can parse it manually. I can try out parsing later today.

@jdoliner
Copy link
Member

Thanks for the pull!

I think the easiest way to compare version numbers that won't break on new versions is with sort -V [0]

Also would you mind make this a pull in to pachyderm:next. Merging in to master automatically ships the code so as a general rule we merge in to next and then in to master when we want to ship. (This should be in the Readme but it's not.

[0] http://stackoverflow.com/questions/16989598/bash-comparing-version-numbers#answer-24067243

chainlink pushed a commit that referenced this pull request Jun 30, 2021
chainlink pushed a commit that referenced this pull request Jul 21, 2022
* feat(e2e): run cypress tests against real server

* feat(e2e): add mount test
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

Successfully merging this pull request may close these issues.

Cannot support Docker 1.6.0
3 participants