mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
770728e16e
Spec: https://github.com/opencontainers/runtime-spec/pull/1188 Fix: https://github.com/opencontainers/runc/issues/3895 Co-authored-by: lifubang <lifubang@acmcoder.com> Signed-off-by: utam0k <k0ma@utam0k.jp> Signed-off-by: lifubang <lifubang@acmcoder.com>
1.5 KiB
1.5 KiB
Spec conformance
This branch of runc implements the OCI Runtime Spec v1.1.0
for the linux platform.
The following features are not implemented yet:
| Spec version | Feature | PR |
|---|---|---|
| v1.0.0 | SCMP_ARCH_PARISC |
Unplanned, due to lack of users |
| v1.0.0 | SCMP_ARCH_PARISC64 |
Unplanned, due to lack of users |
| v1.0.2 | .linux.personality |
#3126 |
| v1.1.0 | SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV |
#3862 |
| v1.1.0 | rsvd hugetlb cgroup | TODO (#3859) |
| v1.1.0 | .process.ioPriority |
#3783 |
The following features are implemented with some limitations:
| Spec version | Feature | Limitation |
|---|---|---|
| v1.1.0 | .[]mounts.uidMappings |
Requires using UserNS with identical uidMappings |
| v1.1.0 | .[]mounts.gidMappings |
Requires using UserNS with identical gidMappings |