Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove github.com/opencontainers/runc dependency #9114

Merged
merged 1 commit into from
Sep 27, 2023

Commits on Sep 27, 2023

  1. remove github.com/opencontainers/runc dependency

    This migrates uses of github.com/opencontainers/runc/libcontainer/user
    to the new github.com/moby/sys/user module, which was extracted from
    runc at commit [opencontainers/runc@a3a0ec4].
    
    This is the initial release of the module, which is a straight copy, but
    some changes may be made in the next release (such as fixing camel-casing
    in some fields and functions (Uid -> UID).
    
    [opencontainers/runc@a3a0ec4]: opencontainers/runc@a3a0ec4
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    4b1bb12 View commit details
    Browse the repository at this point in the history