Update containerd, docker, moby, and opencontainers dependencies#3812
Merged
dims merged 1 commit intogoogle:masterfrom Jan 14, 2026
Merged
Update containerd, docker, moby, and opencontainers dependencies#3812dims merged 1 commit intogoogle:masterfrom
dims merged 1 commit intogoogle:masterfrom
Conversation
Updated dependencies: - containerd/containerd/api: v1.9.0 -> v1.10.0 (2025-11-05) - docker/docker: v28.3.3 -> v28.5.2 (2025-11-05) - moby/term: pseudo-version -> v0.5.2 (2025-01-02) - opencontainers/runc: v1.3.3 -> v1.4.0 (2025-11-27) - opencontainers/runtime-spec: v1.2.1 -> v1.3.0 (2025-11-04) Security fixes (docker v28.5.2, runc v1.4.0): - CVE-2025-31133, CVE-2025-52565, CVE-2025-52881: container breakout vulnerabilities via symlink exploitation in masked paths and LSM label handling. All three allow full container escape. Notable changes: runc v1.4.0: - Deprecates cgroup v1 - Breaking: pids.limit=0 now treated as actual limit (per OCI spec) - New iocost statistics for cgroupv2 - Supports OCI runtime-spec v1.3 containerd API v1.10.0: - New mount manager service for filesystem lifecycle management - Parallel unpack capability for image distribution - Aligns with containerd 2.2 release runtime-spec v1.3.0: - Adds FreeBSD specification support - Intel RDT, memory policies, network devices additions Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated dependencies:
Security fixes (docker v28.5.2, runc v1.4.0):
Notable changes:
runc v1.4.0:
containerd API v1.10.0:
runtime-spec v1.3.0: