Back to Runc

Spec conformance

docs/spec-conformance.md

1.4.21.4 KB
Original Source

Spec conformance

This branch of runc implements the OCI Runtime Spec v1.3.0 for the linux platform.

The following features are not implemented yet:

Spec versionFeaturePR
v1.1.0SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV#3862
v1.3.0Clarified interpretation of linux.intelRdt#3832
v1.3.0Fail on a failure of a poststart hook.#4348

Architectures

The following architectures are supported:

runc binaryseccomp
amd64SCMP_ARCH_X86, SCMP_ARCH_X86_64, SCMP_ARCH_X32
arm64SCMP_ARCH_ARM, SCMP_ARCH_AARCH64
armelSCMP_ARCH_ARM
armhfSCMP_ARCH_ARM
ppc64leSCMP_ARCH_PPC64LE
riscv64SCMP_ARCH_RISCV64
s390xSCMP_ARCH_S390, SCMP_ARCH_S390X
loong64SCMP_ARCH_LOONGARCH64

The runc binary might be compilable for i386, big-endian PPC64, and several MIPS variants too, but these architectures are not officially supported.