summaryrefslogtreecommitdiff
path: root/system/containerd/containerd.SlackBuild
diff options
context:
space:
mode:
authorGustavo B. Schenkel <gustavo.schenkel@gmail.com>2021-04-25 20:02:27 -0300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-04-26 11:49:46 +0700
commit3e59bedc01cb30083935bed6cc33554d459a318b (patch)
treea901ba9b2d20b48b0352ae0bbe45b5853d18e3eb /system/containerd/containerd.SlackBuild
parentfb3b39f26cc2a7f8a420d69c5d0fc71a8f9c33ff (diff)
downloadslackbuilds-3e59bedc01cb30083935bed6cc33554d459a318b.tar.gz
system/containerd: Updated for version 1.4.4
Signed-off-by: Gustavo B. Schenkel <gustavo.schenkel@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/containerd/containerd.SlackBuild')
-rw-r--r--system/containerd/containerd.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/system/containerd/containerd.SlackBuild b/system/containerd/containerd.SlackBuild
index 934a17ad35..99f3281e93 100644
--- a/system/containerd/containerd.SlackBuild
+++ b/system/containerd/containerd.SlackBuild
@@ -24,8 +24,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=containerd
-VERSION=${VERSION:-1.4.3}
-GITHASH=${GITHASH:-269548fa27e0089a8b8278fc4fc781d7f65a939b}
+VERSION=${VERSION:-1.4.4}
+GITHASH=${GITHASH:-05f951a3781f4f2c1911b05e61c160e9c30eaa8e}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -67,6 +67,7 @@ mkdir build
mv vendor build/src
ln -sf $TMP/$PRGNAM-$VERSION build/src/github.com/containerd/containerd
+GO111MODULE=auto \
make \
BUILDTAGS="seccomp" \
GIT_COMMIT=$GITHASH \