This repository was archived by the owner on Oct 13, 2023. It is now read-only.
[18.03] Update libnetwork to fix stale HNS endpoints on Windows#469
Merged
andrewhsu merged 1 commit intodocker-archive:18.03from Mar 15, 2018
andrewhsu:hns
Merged
[18.03] Update libnetwork to fix stale HNS endpoints on Windows#469andrewhsu merged 1 commit intodocker-archive:18.03from andrewhsu:hns
andrewhsu merged 1 commit intodocker-archive:18.03from
andrewhsu:hns
Conversation
Update libnetwork to 1b91bc94094ecfdae41daa465cc0c8df37dfb3dd to bring in a fix for stale HNS endpoints on Windows: When Windows Server 2016 is restarted with the Docker service running, it is possible for endpoints to be deleted from the libnetwork store without being deleted from HNS. This does not occur if the Docker service is stopped cleanly first, or forcibly terminated (since the endpoints still exist in both). This change works around the issue by removing any stale HNS endpoints for a network when creating it. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit fb364f0) Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
tiborvass
approved these changes
Mar 15, 2018
Contributor
Author
|
Looks like only failing test is: Which seems to be addressed upstream in:
Rest of tests are green. |
docker-jenkins
pushed a commit
that referenced
this pull request
May 4, 2020
[19.03 backport] deb: use DEBIAN_FRONTEND=noninteractive for all dockerfiles Upstream-commit: a42945f48ce09849beb3f7525312979511cc72e6 Component: packaging
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.
backport:
with cherry-pick of moby/moby@fb364f0:
no conflicts.