Update git submodules
authorLuke Hinds <lhinds@redhat.com>
Thu, 22 Jun 2017 17:12:37 +0000 (17:12 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 22 Jun 2017 17:12:37 +0000 (17:12 +0000)
* 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 <tbramwell@linuxfoundation.org>
docs/submodules/releng

index b7644e8..1e91302 160000 (submodule)
@@ -1 +1 @@
-Subproject commit b7644e8f1f43b762bab51d8bc7a68298558a6bdf
+Subproject commit 1e913025d88e0cf84ba6e9831654396a06643ec7