mirror of
https://github.com/containerd/containerd.git
synced 2026-08-13 17:07:26 +00:00
Build runc with selinux support
docker-ce seems to be building runc with selinux support, let us follow
the same pattern here please:
https://github.com/docker/docker-ce/search?p=1&q=RUNC_BUILDTAGS&unscoped_q=RUNC_BUILDTAGS
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
(cherry picked from commit 7a252f3ca1)
This commit is contained in:
committed by
Ciprian Hacman
parent
1e902b2d7e
commit
fa88191a1a
@@ -26,5 +26,5 @@ RUNC_COMMIT=$(grep opencontainers/runc ${GOPATH}/src/github.com/containerd/conta
|
||||
go get -d github.com/opencontainers/runc
|
||||
cd $GOPATH/src/github.com/opencontainers/runc
|
||||
git checkout $RUNC_COMMIT
|
||||
make BUILDTAGS="apparmor seccomp" runc
|
||||
make BUILDTAGS="seccomp apparmor selinux" runc
|
||||
sudo make install
|
||||
|
||||
Reference in New Issue
Block a user