Skip to content

migrate to github.com/moby/sys/userns#5224

Merged
crazy-max merged 1 commit intomoby:masterfrom
thaJeztah:migrate_userns
Aug 8, 2024
Merged

migrate to github.com/moby/sys/userns#5224
crazy-max merged 1 commit intomoby:masterfrom
thaJeztah:migrate_userns

Conversation

@thaJeztah
Copy link
Member

Commit 4b85f11 migrated the use of the userns package to the github.com/moby/sys/user module.

After further discussion with maintainers, it was decided to move the userns package to a separate module, as it has no direct relation with "user" operations (other than having "user" in its name).

This patch migrates our code to use the new module.

go.mod Outdated
@@ -54,6 +54,7 @@ require (
github.com/moby/sys/mountinfo v0.7.1
github.com/moby/sys/signal v0.7.0
github.com/moby/sys/user v0.2.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we bump to v0.3.0?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, yes, we should; dang; thought I did

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed 👍

Commit 4b85f11 migrated the use of the
userns package to the github.com/moby/sys/user module.

After further discussion with maintainers, it was decided to move the
userns package to a separate module, as it has no direct relation with
"user" operations (other than having "user" in its name).

This patch migrates our code to use the new module.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
@crazy-max crazy-max merged commit 27efea4 into moby:master Aug 8, 2024
@thaJeztah thaJeztah deleted the migrate_userns branch August 8, 2024 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Development

Successfully merging this pull request may close these issues.

2 participants