diff options
author | Luke Hinds <lhinds@redhat.com> | 2017-06-22 17:12:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-06-22 17:12:37 +0000 |
commit | 57a72de4beb07a1b866cbff837f70b34d49a9561 (patch) | |
tree | 5bc675503ab41bfd4dac541dd4679a42554deff4 /docs/submodules/releng | |
parent | 3dcf4869c059cfe833735126628035944c6c0bee (diff) |
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>
Diffstat (limited to 'docs/submodules/releng')
m--------- | docs/submodules/releng | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/releng b/docs/submodules/releng -Subproject b7644e8f1f43b762bab51d8bc7a68298558a6bd +Subproject 1e913025d88e0cf84ba6e9831654396a06643ec |