[build]: Fix comparing docker versions#3205
Merged
lguohan merged 10 commits intosonic-net:masterfrom Jul 23, 2019
Merged
Conversation
lguohan
approved these changes
Jul 23, 2019
Contributor
Author
|
Probably it's better to fix it using |
jleveque
approved these changes
Jul 23, 2019
mssonicbld
added a commit
that referenced
this pull request
Jul 6, 2024
…lly (#19461) #### Why I did it src/sonic-swss ``` * 43ac585 - (HEAD -> master, origin/master, origin/HEAD) Revamp module build script to make it work for 5.15 on Ubuntu 20.04 (#3212) (3 days ago) [Saikrishna Arcot] * c9c78dc - Fix in switchorch: unsupported attribute causes skipping of processing the rest of configurations (#3209) (3 days ago) [Amir] * 0158d27 - [Chassis][voq] do not synchronize the system interface state if there is no rif assciated with the port (#3207) (3 days ago) [Arvindsrinivasan Lakshmi Narasimhan] * fdd5bdc - [vxlanmgr]: Add disabling of fdb learning for linux vxlan interfaces (#3205) (3 days ago) [yfedoriachenko] ``` #### How I did it #### How to verify it #### Description for the changelog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
- What I did
Fixed issue, which caused make fails with newer docker distributions
- How I did it
Docker version is extracted as 3rd value in "server version" string. But in my docker the 3d value is "version:" not 19.03.0. So I changed the code to return last value in the string.
- How to verify it
Try to use the build system with docker version 19.03
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)