From e0c7300e3b2abea3d32d591fb01ee798ff59e0d4 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Berthon Date: Sat, 15 Oct 2016 21:50:27 +0000 Subject: [PATCH] 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 --- contrib/builder/deb/armhf/debian-jessie/Dockerfile | 1 + contrib/builder/deb/armhf/raspbian-jessie/Dockerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/contrib/builder/deb/armhf/debian-jessie/Dockerfile b/contrib/builder/deb/armhf/debian-jessie/Dockerfile index 38ae6ccfd8..87281a0b5d 100644 --- a/contrib/builder/deb/armhf/debian-jessie/Dockerfile +++ b/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 diff --git a/contrib/builder/deb/armhf/raspbian-jessie/Dockerfile b/contrib/builder/deb/armhf/raspbian-jessie/Dockerfile index a47930af4d..2cfb8114c3 100644 --- a/contrib/builder/deb/armhf/raspbian-jessie/Dockerfile +++ b/contrib/builder/deb/armhf/raspbian-jessie/Dockerfile @@ -14,3 +14,4 @@ ENV PATH $PATH:/usr/local/go/bin ENV AUTO_GOPATH 1 ENV DOCKER_BUILDTAGS apparmor selinux +ENV RUNC_BUILDTAGS apparmor selinux