Bump moby vendor and dependencies#892
Merged
vdemeester merged 6 commits intodocker:masterfrom Feb 20, 2018
Merged
Conversation
- Add API support for SCTP port mapping - Add canonical import path - Add `REMOVE` and `ORPHANED` to TaskState - Fix TLS from environment variables in client - Introduce NewClientWithOpts func to build custom client easily - Wrap response errors for container copy methodsto fix error detection using `IsErrNotFound` and `IsErrNotImplemented` for `ContainerStatPath`, `CopyFromContainer`, and `CopyToContainer` methods. - Produce errors when empty ids are passed into inspect calls Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
- Support parsing SCTP port mapping Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Collaborator
|
Looks like CircleCI is having some problems starting (some of) the tests. |
Collaborator
|
I don't have access to trigger a rebuild in Circle. |
Codecov Report
@@ Coverage Diff @@
## master #892 +/- ##
======================================
Coverage 53.2% 53.2%
======================================
Files 258 258
Lines 16338 16338
======================================
Hits 8693 8693
Misses 7080 7080
Partials 565 565 |
nobiit
pushed a commit
to nobidev/docker-cli
that referenced
this pull request
Nov 19, 2025
Bump moby vendor and dependencies Upstream-commit: 02e8dc6 Component: cli
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.
REMOVEandORPHANEDto TaskState AddREMOVEandORPHANEDto TaskState moby/moby#36146IsErrNotFoundandIsErrNotImplementedforContainerStatPath,CopyFromContainer, andCopyToContainermethods. Wrap response errors for container copy methods. moby/moby#35979