mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
606251ab33
Bumps [github.com/opencontainers/runtime-spec](https://github.com/opencontainers/runtime-spec) from 1.1.1-0.20230823135140-4fec88fd00a4 to 1.2.0. - [Release notes](https://github.com/opencontainers/runtime-spec/releases) - [Changelog](https://github.com/opencontainers/runtime-spec/blob/main/ChangeLog) - [Commits](https://github.com/opencontainers/runtime-spec/commits/v1.2.0) --- updated-dependencies: - dependency-name: github.com/opencontainers/runtime-spec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1.3 KiB
1.3 KiB
Spec conformance
This branch of runc implements the OCI Runtime Spec v1.2.0
for the linux platform.
The following features are not implemented yet:
| Spec version | Feature | PR |
|---|---|---|
| v1.1.0 | SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV |
#3862 |
| v1.1.0 | .process.ioPriority |
#3783 |
| v1.2.0 | Features: potentiallyUnsafeConfigAnnotations |
TODO |
Architectures
The following architectures are supported:
| runc binary | seccomp |
|---|---|
amd64 |
SCMP_ARCH_X86, SCMP_ARCH_X86_64, SCMP_ARCH_X32 |
arm64 |
SCMP_ARCH_ARM, SCMP_ARCH_AARCH64 |
armel |
SCMP_ARCH_ARM |
armhf |
SCMP_ARCH_ARM |
ppc64le |
SCMP_ARCH_PPC64LE |
riscv64 |
SCMP_ARCH_RISCV64 |
s390x |
SCMP_ARCH_S390, SCMP_ARCH_S390X |
The runc binary might be compilable for i386, big-endian PPC64, and several MIPS variants too, but these architectures are not officially supported.