-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is the latest patch version available for OVS 2.17. We also fix a bug in the Dockerfile which installs OVS using .deb packages built from source. The command that was used would try to upgrade the openvswitch-* packages if a more recent version was available in upstream repos, which would cause the installation to fail. For now, we prefer to use the packages that we build from source, as we have more granular control over which version gets installed. This issue is fixed by using apt instead of dpkg to install the .deb packages (this is supported in "recent" apt versions). Thanks @Dyanngg for reporting the issue. Signed-off-by: Antonin Bas <[email protected]>
- Loading branch information
1 parent
563001b
commit 1e0fbd6
Showing
4 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.17.6 | ||
2.17.7 |
This file contains 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
This file contains 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
This file contains 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