mirror of
https://github.com/opencontainers/runc.git
synced 2025-09-26 19:41:35 +08:00

See https://github.com/opencontainers/runtime-spec/releases/tag/v1.1.0-rc.2 for the spec changes. The `runc features` json is now defined in https://github.com/opencontainers/runtime-spec/blob/v1.1.0-rc.2/specs-go/features/features.go Replaces PR 3829 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1.4 KiB
1.4 KiB
Spec conformance
This branch of runc implements the OCI Runtime Spec v1.1.0-rc.2
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 | .[]mounts.uidMappings |
#3717 |
v1.1.0-rc.1 | .[]mounts.gidMappings |
#3717 |
v1.1.0-rc.1 | SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV |
TODO (#3860) |
v1.1.0-rc.2 | time namespaces | TODO (#2345) |
v1.1.0-rc.2 | rsvd hugetlb cgroup | TODO (#3859) |