vendor: update moby/sys/userns to v0.2.0 - #5396
Merged
kolyshkin merged 1 commit intoAug 14, 2026
Merged
Conversation
aleivag
marked this pull request as ready for review
August 12, 2026 15:14
Contributor
|
Some ci failures are flakes caused by github; opened lima-vm/lima-actions#8 and #5397 ci restarted |
kolyshkin
reviewed
Aug 12, 2026
| github.com/moby/sys/user v0.4.1/go.mod h1:E9QsW5WRe1kUAf7kW8hXKwu1uhsZEAdPLYHYSDudF4Y= | ||
| github.com/moby/sys/userns v0.1.0 h1:tVLXkFOxVu9A64/yh59slHVv9ahO9UIev4JZusOLG/g= | ||
| github.com/moby/sys/userns v0.1.0/go.mod h1:IHUYgu/kao6N8YZlp9Cf444ySSvCmDlmzUcYfDHOl28= | ||
| github.com/moby/sys/userns v0.2.0 h1:okipYTjUbjPLZ6Sbd4rbpPGE5GvsTr75mFERfKzjqB4= |
Contributor
There was a problem hiding this comment.
Hmm, I did
go get github.com/moby/sys/userns@latest
make vendor
locally and I have this in go.sum:
github.com/moby/sys/userns v0.2.0 h1:nEtDtp7NCV/6dutSklNe8FrENPwFdc4mXnZqC/JWgXM=
github.com/moby/sys/userns v0.2.0/go.mod h1:IHUYgu/kao6N8YZlp9Cf444ySSvCmDlmzUcYfDHOl28=
CI job (validate/deps, see here) shows the same thing. Wonder why you have different checksum?
Contributor
Author
There was a problem hiding this comment.
yeah you are right... i think my local cache was borked... make vendor now pass
kolyshkin
self-requested a review
August 13, 2026 18:06
Signed-off-by: Alvaro Leiva Geisse <aleivag@gmail.com>
aleivag
force-pushed
the
update-moby-sys-userns-0.2.0
branch
from
August 13, 2026 21:38
bb86120 to
0c2a28f
Compare
Contributor
Author
|
the failing ci test is what #5401 fixes... right @kolyshkin ? |
Contributor
Basically, yes (so this one can be merged). |
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.
updating moby/sys/userns in runc so it can identiofy when its not on the root namespace (includes moby/sys#240 )