libct: user: remove deprecated module

libcontainer/user was marked as deprecated in d9ea71bf96 ("deprecate
libcontainer/user") and users have had plenty of time to migrate to
github.com/moby/sys/user.

Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
This commit is contained in:
Aleksa Sarai
2025-09-03 00:39:48 +10:00
parent 7a982f4282
commit 779c9e1d9a
3 changed files with 4 additions and 228 deletions
+4 -1
View File
@@ -6,8 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Breaking
### libcontainer API
- The deprecated `libcontainer/user` package has been removed; use
`github.com/moby/sys/user` instead. (#3999, #4617)
### Breaking
- runc update no longer allows `--l3-cache-schema` or `--mem-bw-schema` if
`linux.intelRdt` was not present in the containers original `config.json`.