
























We are delighted to annouce the release of the OCI Runtime Spec v1.2.0. This release contains about 10 pull requests that were merged since the 1.1.0 release. We appreciate everybody who contributed to this release.
The OCI Runtime Spec defines the behavior and the configuration interface of low-level container runtimes such as runc. The spec is also implemented by crun, youki, gVisor, Kata Containers, and others. These low-level container runtimes are usually called from high-level container runtimes such as containerd and CRI-O.
Linux mount options have been expanded to include idmap and ridmap. These options are not passed directly to mount(2) but require processing by runtimes.
The addition of such dummy options might impact existing runtimes; however, it has been confirmed by maintainers that there are no issues with at least crun and youki.
This enhancement was made to solve the issue that the IDMapping field introduced in v1.1 could not apply MOUNT_ATTR_IDMAP and AT_RECURSIVE together, necessitating an expansion of the field.
The org.containers.image has been added as a reserved annotation. Each field is linked with the OCI Image Spec, so please refer to the following for more details.
https://github.com/opencontainers/image-spec/blob/v1.1.0/conversion.md#annotation-fields
The features introduced in v1.1.0 has been enhanced to show a list of potentiallyUnsafeConfigAnnotations, which could alter the behavior of runtimes.
See here for the list of the full changes.
See the GitHub issues and the pull requests for the proposals toward the future releases. e.g.,
You are always welcome to submit your own proposals too.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。