opencontainers / umoci

umoci modifies Open Container images
https://umo.ci
Apache License 2.0
744 stars 98 forks source link

oci: convert: switch to github.com/moby/sys/user #513

Closed cyphar closed 1 year ago

cyphar commented 1 year ago

runc has deprecated github.com/opencontainers/runc/libcontainer/user, so we need to switch to the new module hosted in the Moby project. The code was copied verbatim so we don't need to make any changes other than swapping the import path.

Signed-off-by: Aleksa Sarai cyphar@cyphar.com