-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
cluster up: warn on error parsing Docker version #13201
Conversation
The latest version of Docker for Mac/Windows uses the Community Edition versioning scheme. This causes 'cluster up' to halt with an error because the new version cannot be parsed by the 'semver' library. This commit changes the behavior to display a warning instead of exiting with an error.
@openshift/devex |
lgtm |
[merge] |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_future/755/) (Image: devenv-rhel7_6027) |
Evaluated for origin merge up to b6fbeef |
[Test]ing while waiting on the merge queue |
Evaluated for origin test up to b6fbeef |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_future/755/) (Base Commit: f4ef957) |
Fix verified... |
This worked for me, I'm using Docker for Mac. Has it made into a release yet? Are we gonna have to wait for 1.6.0 or it will make it into next 1.5.x? |
The latest version of Docker for Mac/Windows uses the Community Edition
versioning scheme. This causes 'cluster up' to halt with an error because
the new version cannot be parsed by the 'semver' library. This commit
changes the behavior to display a warning instead of exiting with an
error.
Fixes #13202