summaryrefslogtreecommitdiffstats
path: root/system/containerd
diff options
context:
space:
mode:
Diffstat (limited to 'system/containerd')
-rw-r--r--system/containerd/README10
-rw-r--r--system/containerd/containerd.SlackBuild9
-rw-r--r--system/containerd/containerd.info6
3 files changed, 13 insertions, 12 deletions
diff --git a/system/containerd/README b/system/containerd/README
index a67e40b450..3d098dc732 100644
--- a/system/containerd/README
+++ b/system/containerd/README
@@ -1,4 +1,8 @@
Containerd is a daemon to control runC, built for performance and
-density. Containerd leverages runC's advanced features such as seccomp
-and user namespace support as well as checkpoint and restore for cloning
-and live migration of containers.
+density. Containerd leverages runC's advanced features such as seccomp
+and user namespace support as well as checkpoint and restore for
+cloning and live migration of containers.
+
+Warning: This SlackBuild requires network access when it runs, meaning
+it downloads files from the Internet with root access. You should
+decide for yourself whether or not you think this is a good idea.
diff --git a/system/containerd/containerd.SlackBuild b/system/containerd/containerd.SlackBuild
index fe952f8165..71d63374d3 100644
--- a/system/containerd/containerd.SlackBuild
+++ b/system/containerd/containerd.SlackBuild
@@ -26,8 +26,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=containerd
-VERSION=${VERSION:-1.4.4}
-GITHASH=${GITHASH:-05f951a3781f4f2c1911b05e61c160e9c30eaa8e}
+VERSION=${VERSION:-1.7.14}
+GITHASH=${GITHASH:-dcf2847247e18caba8dce86522029642f60fe96b}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -82,7 +79,7 @@ make \
BUILDTAGS="seccomp" \
GIT_COMMIT=$GITHASH \
GOPATH=$TMP/$PRGNAM-$VERSION/build
-make install DESTDIR=$PKG/usr
+make install DESTDIR=$PKG PREFIX=/usr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README.md LICENSE NOTICE $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/system/containerd/containerd.info b/system/containerd/containerd.info
index 0b1855b57f..218890f33f 100644
--- a/system/containerd/containerd.info
+++ b/system/containerd/containerd.info
@@ -1,10 +1,10 @@
PRGNAM="containerd"
-VERSION="1.4.4"
+VERSION="1.7.14"
HOMEPAGE="https://containerd.io/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.4.4/containerd-1.4.4.tar.gz"
-MD5SUM_x86_64="94dedea260bb74b582ffc9f716269172"
+DOWNLOAD_x86_64="https://github.com/containerd/containerd/archive/v1.7.14/containerd-1.7.14.tar.gz"
+MD5SUM_x86_64="6aac366573fcfbb9e85ed135feab2204"
REQUIRES="runc"
MAINTAINER="Audrius Kažukauskas"
EMAIL="audrius@neutrino.lt"