-
Notifications
You must be signed in to change notification settings - Fork 118
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
17.03.1-ce.... format doesn't follow http://semver.org/ causing breaks #1491
Comments
Thanks for the bug report. This isn't directly a Docker for Mac bug, as the app follows the upstream Docker versioning conventions (with a Docker doesn't currently use semantic versioning, but there is a proposal for switching to it in moby/moby#31842. Once that discussion has concluded and is merged into Docker upstream, the Mac version here will follow. Please do register feedback on that issue, such as your desire for py-semantic_version compatibility. |
To be clear, moby/moby#31842 is proposing the use of semver for the ReST API, which is independent from the docker version. AFAIK the docker versions have never been semver, lots of projects use 3 integers separated by a |
We didn't have any issues before this update. For example, I dug out 1.13.1 and things are good. I can't say if it's docker or API version problem. Considering that the autoupdate is generally enabled and it's very hard to download previous releases, I can see this to give many headaches. Speaking of older versions, do you mind sharing a couple URLs for versions that have no '0' in MINOR? I was not able to composite one based on the suggestions in #1120. |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Expected behavior
Version is to follow http://semver.org/ rules.
Actual behavior
03 in minor doesn't follow the expected format required by semantic version.
Information
Steps to reproduce the behavior
Try to validate the version with Python's semantic_version library.
The text was updated successfully, but these errors were encountered: