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>
This commit is contained in:
@@ -26,7 +26,7 @@ function install_runc() {
|
||||
go get -d github.com/opencontainers/runc
|
||||
cd "$GOPATH"/src/github.com/opencontainers/runc
|
||||
git checkout $RUNC_COMMIT
|
||||
make BUILDTAGS='apparmor seccomp' runc install
|
||||
make BUILDTAGS='seccomp apparmor selinux' runc install
|
||||
}
|
||||
|
||||
function install_crun() {
|
||||
|
Reference in New Issue
Block a user