Files
runc/docs/spec-conformance.md
T
Rodrigo Campos 867ee90534 docs: Update spec conformance for idmap mounts
Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
2023-07-17 16:29:07 +02:00

1.8 KiB

Spec conformance

This branch of runc implements the OCI Runtime Spec v1.1.0-rc.3 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-rc.1 .linux.resources.cpu.burst #3749
v1.1.0-rc.1 SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV #3862
v1.1.0-rc.2 time namespaces #3876
v1.1.0-rc.2 rsvd hugetlb cgroup TODO (#3859)
v1.1.0-rc.3 .process.scheduler TODO (#3895)
v1.1.0-rc.3 .process.ioPriority #3783

The following features are implemented with some limitations:

Spec version Feature Limitation
v1.1.0-rc.1 .[]mounts.uidMappings Requires using UserNS with identical uidMappings
v1.1.0-rc.1 .[]mounts.gidMappings Requires using UserNS with identical gidMappings