Uh oh!
There was an error while loading. Please reload this page.
[27.x] vendor: github.com/docker/docker f9522e5e96c3 (v27.1.2-dev) (removes containerd dependency) - #5333
Merged
Merged
Conversation
full diff: golang/sys@v0.21.0...v0.22.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 501904d) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## 27.x #5333 +/- ##
=======================================
Coverage 61.49% 61.49% =======================================
Files 299 299 Lines 20867 20869 +2 =======================================
+ Hits 12832 12834 +2
Misses 7120 7120 Partials 915 915 |
Removes dependency on containerd, as the userns package was migrated to the github.com/moby/sys/userns module. - full diff: moby/moby@v27.1.1...f9522e5 Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
vvoland
commented
Aug 12, 2024
Collaborator
Updated to latest |
vvoland
marked this pull request as ready for review
August 12, 2024 11:19
vvoland
approved these changes
Aug 12, 2024
thaJeztah
commented
Aug 12, 2024
MemberAuthor
Yeah, I was considering if we already needed this one; or at least; if someone would update both docker/docker and docker/cli, they would already get these updates (there's no local changes). Either way is fine with me though 😅 |
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 freeto 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.
vendor: github.com/docker/docker f9522e5e96c3 (v27.1.2-dev)
Removes dependency on containerd, as the userns package was migrated
to the github.com/moby/sys/userns module.