From e74f6b4437dd9141f2200ce83a874430cdc75e25 Mon Sep 17 00:00:00 2001 From: David Mandy Date: Thu, 29 Jan 2026 23:43:44 +0800 Subject: [PATCH] containerd: bump to 2.2.1 Changes: https://github.com/containerd/containerd/compare/v1.7.22...v2.2.1 Signed-off-by: David Mandy --- utils/containerd/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/containerd/Makefile b/utils/containerd/Makefile index 4f9c21bf014c9..a8164132a50b1 100644 --- a/utils/containerd/Makefile +++ b/utils/containerd/Makefile @@ -1,15 +1,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=containerd -PKG_VERSION:=1.7.22 -PKG_RELEASE:=2 +PKG_VERSION:=2.2.1 +PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE PKG_CPE_ID:=cpe:/a:linuxfoundation:containerd PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/containerd/containerd/tar.gz/v${PKG_VERSION}? -PKG_HASH:=8c5edde741b7596af63c021429a1212bd616350ed65a7b741eeffc47e27ee9a9 +PKG_HASH:=af5707a26891486332142cc0ade4f0c543f707d3954838f5cecee73b833cf9b4 PKG_MAINTAINER:=Gerard Ryan @@ -59,7 +59,7 @@ Build/Compile=$(call Build/Compile/Default) define Package/containerd/install $(INSTALL_DIR) $(1)/usr/bin/ - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/bin/{ctr,containerd,containerd-stress,containerd-shim,containerd-shim-runc-v1,containerd-shim-runc-v2} $(1)/usr/bin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/bin/{ctr,containerd,containerd-stress,containerd-shim-runc-v2} $(1)/usr/bin/ endef $(eval $(call BuildPackage,containerd))