commit 78816a5a50d42d12d6e993abc4ddd354110e8e0d
parent a704e7673959fbc9264ace85fe2419a09bf13256
Author: emmett1 <emmett1.2miligrams@protonmail.com>
Date: Fri, 12 Sep 2025 03:06:16 +0800
containerd: new added
Diffstat:
4 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/repos/extra/containerd/.checksum b/repos/extra/containerd/.checksum
@@ -0,0 +1 @@
+7421ef4ff3782903d467d6be06c217a8274d639be43c815fcdd158228f41aa60 containerd-v2.1.4.tar.gz
diff --git a/repos/extra/containerd/.files b/repos/extra/containerd/.files
@@ -0,0 +1,6 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/containerd
+-rwxr-xr-x root/root usr/bin/containerd-shim-runc-v2
+-rwxr-xr-x root/root usr/bin/containerd-stress
+-rwxr-xr-x root/root usr/bin/ctr
diff --git a/repos/extra/containerd/abuild b/repos/extra/containerd/abuild
@@ -0,0 +1,17 @@
+name=containerd
+version=2.1.4
+release=1
+source="https://github.com/${name}/${name}/archive/v${version}/${name}-v${version}.tar.gz"
+
+build() {
+ export GO111MODULE=auto
+ mkdir -p src/github.com/$name
+ cd src/github.com/$name
+ ln -s $SRC/$name-$version $name
+ cd $name
+ export GOPATH=$SRC
+ # use the long commit hash here
+ make VERSION=v$version REVISION=75cb2b7193e4e490e9fbdc236c0e811ccaba3376
+ install -d -m 0755 $PKG/usr/bin
+ install -m 0755 bin/* $PKG/usr/bin/
+}
diff --git a/repos/extra/containerd/depends b/repos/extra/containerd/depends
@@ -0,0 +1,2 @@
+go
+libseccomp