This repository was archived by the owner on Oct 13, 2023. It is now read-only.
[19.03] roll-back libnetwork iptables forward policy change [DESKTOP-1934]#398
Merged
thaJeztah merged 1 commit intodocker-archive:19.03from Oct 7, 2019
Merged
Conversation
6fa036b to
084a4e2
Compare
The patch made in moby/libnetwork#2450 caused a breaking change in the networking behaviour, causing Kubernetes installations on Docker Desktop (and possibly other setups) to fail. Rolling back this change in the 19.03 branch while we investigate if there are alternatives. diff: moby/libnetwork@45c7102...96bcc0d Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
084a4e2 to
fb0fca8
Compare
Member
Author
|
ping @justincormack @silvin-lubecki @euanh @andrewhsu PTAL |
euanh
approved these changes
Oct 7, 2019
arkodg
approved these changes
Oct 7, 2019
|
Lgtm
…On Mon, 7 Oct 2019 at 10:10, Arko Dasgupta ***@***.***> wrote:
***@***.**** approved this pull request.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#398>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADVYPDF2RSTMOT2V7A5OKTQNNURNANCNFSM4I6GVYPQ>
.
|
|
Hmm...just one test failure: |
Member
Author
|
kicked CI, but if we think it's ok, we can merge |
|
Why did this one fail |
Member
Author
|
Daemon logs of the daemon for that test: |
|
But.. now DCO check fails? https://ci.docker.com/public/blue/organizations/jenkins/engine/detail/PR-398/5/pipeline |
Member
Author
|
ah, that's probably because it's diffing the wrong diff 😞 need to backport moby#40035 for that |
Member
Author
|
I created an escape hatch for that; let me rebuild with the "skip dco" option set |
Member
Author
|
It's green now; I skipped the DCO check, but the commit is signed-off; I'll backport moby#40035 to get this to prevent the DCO flakiness |
Member
Author
|
bringing this one in |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.

this rolls back the libnetwork bump from 559be42 with 1 commit
The patch made in moby/libnetwork#2450 caused a breaking change in the
networking behaviour, causing Kubernetes installations on Docker Desktop
(and possibly other setups) to fail.
Rolling back this change in the 19.03 branch while we investigate if there
are alternatives.
diff: moby/libnetwork@45c7102...96bcc0d