惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Help Net Security
博客园_首页
酷 壳 – CoolShell
酷 壳 – CoolShell
G
Google Developers Blog
Jina AI
Jina AI
C
Check Point Blog
Apple Machine Learning Research
Apple Machine Learning Research
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
GbyAI
GbyAI
Last Week in AI
Last Week in AI
罗磊的独立博客
Hugging Face - Blog
Hugging Face - Blog
阮一峰的网络日志
阮一峰的网络日志
The Cloudflare Blog
M
MIT News - Artificial intelligence
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
J
Java Code Geeks
WordPress大学
WordPress大学
博客园 - 聂微东
月光博客
月光博客
博客园 - 司徒正美
T
The Blog of Author Tim Ferriss
大猫的无限游戏
大猫的无限游戏
Microsoft Security Blog
Microsoft Security Blog

Open Container Initiative

OCI Image and Distribution Specs v1.1 Releases OCI Runtime Spec v1.2 - Open Container Initiative OCI in 2024 and TOB Election Results Summary of Upcoming Changes in OCI Image and Distribution Specs v1.1 OCI at The Container Plumbing Conference OCI in 2023 and TOB Election Results OCI in 2022 and TOB Election Results OCI Member Spotlight – Chainguard Calling All Registries to Submit OCI Conformance! OCI Summit 2021 - Open Container Initiative Introducing fuzzing for runC and Umoci OCI in 2021 and TOB Election Results Consuming Public Content - Open Container Initiative OCI accepts new project, umoci Introducing and open sourcing the OCI Icon Set Open Sourcing runc Security Audit Container Journal – “OCI Launches Artifacts Project to Reduce Registries Required” New OCI Artifacts Project - Open Container Initiative Open Container Initiative Explained…with Dolls! OCI 2019 Elections and New TOB Lineup 2018’s Biggest Moments + What’s Coming for OCI in 2019 Bringing OCI images to the desktop with Flatpak OCI Image Support Comes to Open Source Docker Registry Open Container Initiative Welcomes Alibaba Cloud as Newest Member PouchContainer – How OCI Specifications Power Alibaba CRI-O – How Standards Power a Container Runtime OCI Member Spotlight – OpenStack (Kata Containers) Teaming up with Docker to Support a Diverse Container Ecosystem The New Stack – “Open Container Initiative Creates a Distribution Specification for Registries” SDxCentral – “OCI Standardizes Container Image Distribution Based on Docker Registry”
OCI Runtime Spec v1.3 - Open Container Initiative
map[name:Open Container Initiative tag:oci] · 2025-11-04 · via Open Container Initiative

We are delighted to announce the release of the OCI Runtime Spec v1.3.0. This release contains 24 pull requests that were merged since the 1.2.1 release. We appreciate everybody who contributed to this release.

What is the OCI Runtime Spec?

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.

Additions

config-vm: add hwConfig object (#1209)

The vm.hwConfig object is added to describe hardware configuration that should be passed to a VM-based container runtime. e.g., number of vCPUs, amount of memory, and the device tree.

config-linux: add intelRdt.schemata field (#1230)

The linux.intelRdt.schemata field is added to address the complexity of separate schema fields and to resolve the issue of supporting currently uncovered Intel Resource Director Technology (RDT) features, such as

  • L2 cache allocation
  • Code and Data Prioritization (CDP).

config-linux: add netDevices object (#1271)

The linux.netDevices field is added to provide a declarative way to specify which host network devices should be moved into a container’s network namespace.

config-linux: add memoryPolicy object (#1282)

The linux.memoryPolicy object is added to specify NUMA policies.

config-freebsd: add the spec for FreeBSD (#1286)

The freebsd object is added to implement containers using FreeBSD jails.

The following implementations are known:

config-linux: add intelRdt.enableMonitoring field (#1287)

The linux.intelRdt.enableMonitoring field is added to enable resctrl monitoring features. This fields replaces the enableCMT and enableMBM fields, available in the spec versions v1.1.0 through v1.2.1. Their semantics were loosely defined and there were no known implementations, so this change should not affect any existing implementations.

Other changes

See here for the list of the full changes.

What’s next?

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.