Skip to content

Conversation

@AkihiroSuda
Copy link
Member

ref: opencontainers/runtime-spec PR 1302

Signed-off-by: Akihiro Suda <[email protected]>
@AkihiroSuda AkihiroSuda added this to the 1.4.0 milestone Oct 22, 2025
@AkihiroSuda AkihiroSuda added area/docs backport/1.4-todo A PR in main branch which needs to backported to release-1.4 labels Oct 22, 2025
# 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)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Marking as a draft until the release of the spec

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)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're also still missing the pids limit 0 support stuff, I will try to send something soon...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #4949.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we will need to punt it for 1.4.1, but the issue is that we cannot update the specs-go package to v1.3.0 when it is released because the change to *int64 causes build failures.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have to release runc v1.4.0 GA with the spec v1.3.0 GA, so anyway we have to fix the build failures at least

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll write a different PR that just converts config nils to 0 for now then...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/docs backport/1.4-todo A PR in main branch which needs to backported to release-1.4

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants