Bladeren bron

builder: Add AppArmor to runc buildtags for armhf

On Raspbian and Debian Jessie for ARMv7 (aka armhf), the builtags for runc
were missing. These buildtags should include 'apparmor' and 'selinux'.

Signed-off-by: Jean-Christophe Berthon <huygens@berthon.eu>
(cherry picked from commit e0c7300e3b2abea3d32d591fb01ee798ff59e0d4)
Signed-off-by: Victor Vieux <vieux@docker.com>
Jean-Christophe Berthon 8 jaren geleden
bovenliggende
commit
72875b0d01

+ 1 - 0
contrib/builder/deb/armhf/debian-jessie/Dockerfile

@@ -12,3 +12,4 @@ ENV PATH $PATH:/usr/local/go/bin
 
 ENV AUTO_GOPATH 1
 ENV DOCKER_BUILDTAGS apparmor selinux
+ENV RUNC_BUILDTAGS apparmor selinux

+ 1 - 0
contrib/builder/deb/armhf/raspbian-jessie/Dockerfile

@@ -13,3 +13,4 @@ ENV PATH $PATH:/usr/local/go/bin
 
 ENV AUTO_GOPATH 1
 ENV DOCKER_BUILDTAGS apparmor selinux
+ENV RUNC_BUILDTAGS apparmor selinux