Docker Engine 29.2 Adds Experimental NRI Support
Node Resource Interface integration and trusted origin information for images arrive in latest engine release.
Docker Engine 29.2.0 has been released with experimental NRI (Node Resource Interface) support and enhanced image identity information. The release continues Docker's evolution toward more sophisticated container management capabilities.
NRI Integration
The experimental NRI support, visible in docker info output, enables plugins to hook into container lifecycle events for resource management. This integration allows administrators to implement custom policies for CPU, memory, and device allocation without modifying container configurations.
Image Identity
A new Identity field in the inspect endpoint shows trusted origin information about images. This includes build references for locally built images, remote registry repository information for pulled images, and verified signature details—improving supply chain visibility.
Container Security
Combined with Docker's recently open-sourced Hardened Images, the identity improvements help organizations track image provenance throughout their container lifecycle. Knowing exactly where images came from and how they were built is essential for security and compliance.
Platform Evolution
Docker Engine 29.2 reflects Docker's continued investment in enterprise container features. As Kubernetes adoption grows, these engine improvements ensure Docker remains the preferred container runtime for both development and production workloads.
Related Articles
GitHub Expands Developer Platform with Actions Artifacts v5 and Copilot Extensions GA
GitHub has shipped Actions Artifacts v5 with immutable storage and artifact attestation for tamper-proof build outputs, alongside the general availability of Copilot Extensions that let third-party tools integrate directly into the Copilot chat experience. The platform also expanded GitHub Models with seven new providers.
Docker Engine 29.3 Ships with Native gRPC Support and BuildKit v0.28
Docker Engine 29.3.0 introduces native gRPC support on listening sockets, BuildKit v0.28.0, and a new bind-create-src option for flexible volume mounting. The release lowers the minimum API version to v1.40 for broader backward compatibility and fixes DNS configuration corruption during daemon reloads.
GitHub Adds Dependabot Pre-Commit Support and 28 New Secret Scanning Detectors
GitHub has shipped two major supply chain security features: Dependabot now parses .pre-commit-config.yaml files and opens PRs to update hook versions, while secret scanning gains 28 new detectors from 15 providers including Snowflake, Supabase, and Vercel. Push protection is now enabled by default for 39 secret types.