docs/spec-conformance.md: update for spec v1.3.0

ref: opencontainers/runtime-spec PR 1302

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
This commit is contained in:
Akihiro Suda
2025-10-22 17:12:18 +09:00
committed by Aleksa Sarai
parent 996278a189
commit 653161f6d8
+3 -1
View File
@@ -1,6 +1,6 @@
# Spec conformance # Spec conformance
This branch of runc implements the [OCI Runtime Spec v1.2.1](https://github.com/opencontainers/runtime-spec/tree/v1.2.1) This branch of runc implements the [OCI Runtime Spec v1.3.0](https://github.com/opencontainers/runtime-spec/tree/v1.3.0)
for the `linux` platform. for the `linux` platform.
The following features are not implemented yet: The following features are not implemented yet:
@@ -8,6 +8,8 @@ The following features are not implemented yet:
Spec version | Feature | PR Spec version | Feature | PR
-------------|------------------------------------------------|---------------------------------------------------------- -------------|------------------------------------------------|----------------------------------------------------------
v1.1.0 | `SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV` | [#3862](https://github.com/opencontainers/runc/pull/3862) v1.1.0 | `SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV` | [#3862](https://github.com/opencontainers/runc/pull/3862)
v1.3.0 | Clarified interpretation of `linux.intelRdt` | [#3832](https://github.com/opencontainers/runc/pull/3832)
v1.3.0 | Fail on a failure of a poststart hook. | [#4348](https://github.com/opencontainers/runc/pull/4348)
## Architectures ## Architectures