From 1c7b8c9de4c2fb03572d70bae49ff97155e5f53d Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Thu, 5 Mar 2026 12:35:54 +1100 Subject: [PATCH] conformance: poststart hooks spec now matches runc This entry was added by commit 653161f6d8ea ("docs/spec-conformance.md: update for spec v1.3.0") but the spec was updated before the v1.3.0 release to remove this requirement for poststart hooks in order to match runc's current behaviour. Fixes: 653161f6d8ea ("docs/spec-conformance.md: update for spec v1.3.0") Ref: opencontainers/runtime-spec#1262 Signed-off-by: Aleksa Sarai --- docs/spec-conformance.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/spec-conformance.md b/docs/spec-conformance.md index dfbed0705..cf79ba680 100644 --- a/docs/spec-conformance.md +++ b/docs/spec-conformance.md @@ -8,7 +8,6 @@ The following features are not implemented yet: Spec version | Feature | PR -------------|------------------------------------------------|---------------------------------------------------------- v1.1.0 | `SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV` | [#3862](https://github.com/opencontainers/runc/pull/3862) -v1.3.0 | Fail on a failure of a poststart hook. | [#4348](https://github.com/opencontainers/runc/pull/4348) ## Architectures