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:
@@ -32,7 +32,7 @@ if ${NOSUDO}; then
|
||||
fi
|
||||
|
||||
# BUILDTAGS are bulid tags for runc and containerd.
|
||||
BUILDTAGS=${BUILDTAGS:-seccomp apparmor}
|
||||
BUILDTAGS=${BUILDTAGS:-seccomp apparmor selinux}
|
||||
|
||||
# checkout_repo checks out specified repository
|
||||
# and switch to specified version.
|
||||
|
||||
Reference in New Issue
Block a user