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)
commit57a72de4beb07a1b866cbff837f70b34d49a9561
tree5bc675503ab41bfd4dac541dd4679a42554deff4
parent3dcf4869c059cfe833735126628035944c6c0bee
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 <tbramwell@linuxfoundation.org>
docs/submodules/releng