Skip to content

Commit ff6bd51

Browse files
committed
containerd: bump to 2.2.1
Container Runtime Interface (CRI) - Redact all query parameters in CRI error logs (containerd/containerd#12546) Image Distribution - Fix image defaults on Darwin to usable configuration (containerd/containerd#12544) - Fix possible panic from WithMediaTypeKeyPrefix (containerd/containerd#12516) Runtime - Update runc binary to v1.3.4 (containerd/containerd#12593) - Fix parsing of hugetlb..events files (containerd/cgroups#379) Signed-off-by: David Mandy <smallprogramzhusir@gmail.com>
1 parent d5ec989 commit ff6bd51

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

utils/containerd/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=containerd
4-
PKG_VERSION:=1.7.22
5-
PKG_RELEASE:=2
4+
PKG_VERSION:=2.2.1
5+
PKG_RELEASE:=1
66
PKG_LICENSE:=Apache-2.0
77
PKG_LICENSE_FILES:=LICENSE
88
PKG_CPE_ID:=cpe:/a:linuxfoundation:containerd
99

1010
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1111
PKG_SOURCE_URL:=https://codeload.github.com/containerd/containerd/tar.gz/v${PKG_VERSION}?
12-
PKG_HASH:=8c5edde741b7596af63c021429a1212bd616350ed65a7b741eeffc47e27ee9a9
12+
PKG_HASH:=af5707a26891486332142cc0ade4f0c543f707d3954838f5cecee73b833cf9b4
1313

1414
PKG_MAINTAINER:=Gerard Ryan <G.M0N3Y.2503@gmail.com>
1515

@@ -59,7 +59,7 @@ Build/Compile=$(call Build/Compile/Default)
5959

6060
define Package/containerd/install
6161
$(INSTALL_DIR) $(1)/usr/bin/
62-
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/bin/{ctr,containerd,containerd-stress,containerd-shim,containerd-shim-runc-v1,containerd-shim-runc-v2} $(1)/usr/bin/
62+
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/bin/{ctr,containerd,containerd-stress,containerd-shim-runc-v2} $(1)/usr/bin/
6363
endef
6464

6565
$(eval $(call BuildPackage,containerd))

0 commit comments

Comments
 (0)