From 57a72de4beb07a1b866cbff837f70b34d49a9561 Mon Sep 17 00:00:00 2001 From: Luke Hinds Date: Thu, 22 Jun 2017 17:12:37 +0000 Subject: Update git submodules * Update docs/submodules/releng from branch 'master' - Merge "Directly Run Anteater Docker Container" - Directly Run Anteater Docker Container The current approach is to run /bin/bash in a fully privilaged docker container as the root user and exec the anteater command from this. There are a couple of reasons this approach doesn't make sense: 1) anteater is not a long running service 2) anteater doesn't need any privilaged access to the host 3) anteater is already a compiled binary and can be ran directly Because the anteater container doesn't need access to all the host devices nor is it running docker containers inside of docker, the `--privileged=true` flag can be removed. Note: '--rm' is added as well to ensure volumes do not persist past the container lifecycle and lead to build server running out of disk space. JIRA: RELENG-250 Change-Id: I1ec90b3737abf591b6b3373fe2fc8f52cdcfb11a Signed-off-by: Trevor Bramwell --- docs/submodules/releng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/releng b/docs/submodules/releng index b7644e8f1..1e913025d 160000 --- a/docs/submodules/releng +++ b/docs/submodules/releng @@ -1 +1 @@ -Subproject commit b7644e8f1f43b762bab51d8bc7a68298558a6bdf +Subproject commit 1e913025d88e0cf84ba6e9831654396a06643ec7 -- cgit 1.2.3-korg