11# Spec conformance
22
3- This branch of runc implements the [ OCI Runtime Spec v1.1.0-rc.3 ] ( https://github.com/opencontainers/runtime-spec/tree/v1.1.0-rc.3 )
3+ This branch of runc implements the [ OCI Runtime Spec v1.1.0] ( https://github.com/opencontainers/runtime-spec/tree/v1.1.0 )
44for the ` linux ` platform.
55
66The following features are not implemented yet:
@@ -10,16 +10,16 @@ Spec version | Feature | PR
1010v1.0.0 | ` SCMP_ARCH_PARISC ` | Unplanned, due to lack of users
1111v1.0.0 | ` SCMP_ARCH_PARISC64 ` | Unplanned, due to lack of users
1212v1.0.2 | ` .linux.personality ` | [ #3126 ] ( https://github.com/opencontainers/runc/pull/3126 )
13- v1.1.0-rc.1 | ` .linux.resources.cpu.burst ` | [ #3749 ] ( https://github.com/opencontainers/runc/pull/3749 )
14- v1.1.0-rc.1 | ` SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV ` | [ #3862 ] ( https://github.com/opencontainers/runc/pull/3862 )
15- v1.1.0-rc.2 | time namespaces | [ #3876 ] ( https://github.com/opencontainers/runc/pull/3876 )
16- v1.1.0-rc.2 | rsvd hugetlb cgroup | TODO ([ #3859 ] ( https://github.com/opencontainers/runc/issues/3859 ) )
17- v1.1.0-rc.3 | ` .process.scheduler ` | TODO ([ #3895 ] ( https://github.com/opencontainers/runc/issues/3895 ) )
18- v1.1.0-rc.3 | ` .process.ioPriority ` | [ #3783 ] ( https://github.com/opencontainers/runc/pull/3783 )
13+ v1.1.0 | ` .linux.resources.cpu.burst ` | [ #3749 ] ( https://github.com/opencontainers/runc/pull/3749 )
14+ v1.1.0 | ` SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV ` | [ #3862 ] ( https://github.com/opencontainers/runc/pull/3862 )
15+ v1.1.0 | time namespaces | [ #3876 ] ( https://github.com/opencontainers/runc/pull/3876 )
16+ v1.1.0 | rsvd hugetlb cgroup | TODO ([ #3859 ] ( https://github.com/opencontainers/runc/issues/3859 ) )
17+ v1.1.0 | ` .process.scheduler ` | TODO ([ #3895 ] ( https://github.com/opencontainers/runc/issues/3895 ) )
18+ v1.1.0 | ` .process.ioPriority ` | [ #3783 ] ( https://github.com/opencontainers/runc/pull/3783 )
1919
2020
2121The following features are implemented with some limitations:
2222Spec version | Feature | Limitation
2323-------------|------------------------------------------|----------------------------------------------------------
24- v1.1.0-rc.1 | ` .[]mounts.uidMappings ` | Requires using UserNS with identical uidMappings
25- v1.1.0-rc.1 | ` .[]mounts.gidMappings ` | Requires using UserNS with identical gidMappings
24+ v1.1.0 | ` .[]mounts.uidMappings ` | Requires using UserNS with identical uidMappings
25+ v1.1.0 | ` .[]mounts.gidMappings ` | Requires using UserNS with identical gidMappings
0 commit comments