[meta-virtualization][PATCH] containerd: update to v2.2.3

[email protected] Wed, 27 May 2026 13:47:42 +0800
Newsgroups org.yoctoproject.lists.meta-virtualization
Message-ID <[email protected]>
From: Rong Fu <[email protected]>

Bumping containerd to version v2.2.3, which comprises the following commits:

    8a0f4ed5d Prepare release notes for v2.2.3
    31bd34a06 update github.com/moby/spdystream v0.5.1
    409f75be8 diff/walking: enable mount manager
    1336f6c45 vendor: github.com/klauspost/compress v1.18.5
    3f33146c1 update runhcs to v0.14.1
    8bd1b74e5 vendor: github.com/Microsoft/hcsshim v0.14.1
    c6b0be8e1 vendor: github.com/Microsoft/hcsshim v0.14.0
    2ecde8cfe update to Go 1.25.9, 1.26.2
    be554f478 Skip TestExportAndImportMultiLayer on s390x
    660de195b Tweak mount info for overlayfs in case of parallel unpack
    bc9274a4b Add integration test for issue 13030
    c387890b5 Add integration test for privileged container cgroup mounts
    047a335a6 Forward RUNC_FLAVOR env var down to integration tests
    9b2d72ee0 Preserve host cgroup mount options for privileged containers
    5b66cd6a0 Move cgroup namespace placement higher in spec builder
    584205c2f [release/2.2] update runc binary to v1.3.5
    77c6886df Ignore NOCHANGE error

Signed-off-by: Rong Fu <[email protected]>
---
 recipes-containers/containerd/containerd_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-containers/containerd/containerd_git.bb b/recipes-containers/containerd/containerd_git.bb
index 51d7c2e2..b5fa5b94 100644
--- a/recipes-containers/containerd/containerd_git.bb
+++ b/recipes-containers/containerd/containerd_git.bb
@@ -5,7 +5,7 @@ DESCRIPTION = "containerd is a daemon to control runC, built for performance and
                support as well as checkpoint and restore for cloning and live migration of containers."
 
 
-SRCREV = "5957d3334bcaeddc2bd8e665f53cee318c298a2c"
+SRCREV = "77c84241c7cbdd9b4eca2591793e3d4f4317c590"
 SRC_URI = "git://github.com/containerd/containerd;branch=release/2.2;protocol=https;destsuffix=git/src/github.com/containerd/containerd/v2 \
            file://0001-Makefile-allow-GO_BUILD_FLAGS-to-be-externally-speci.patch \
            file://0001-build-don-t-use-gcflags-to-define-trimpath.patch \
@@ -16,7 +16,7 @@ SRC_URI = "git://github.com/containerd/containerd;branch=release/2.2;protocol=ht
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1269f40c0d099c21a871163984590d89"
 
-CONTAINERD_VERSION = "2.2.2"
+CONTAINERD_VERSION = "2.2.3"
 
 # EXTRA_OEMAKE += "GODEBUG=1"
 
-- 
2.43.0