2020-10-09 17:10:33 +00:00
|
|
|
---
|
|
|
|
|
version: '2'
|
|
|
|
|
|
|
|
|
|
x-default-settings:
|
|
|
|
|
extra_hosts: &linux-extra-hosts
|
|
|
|
|
# Add host.docker.internal record to /etc/hosts of the containers. This is
|
|
|
|
|
# added on Docker for Mac by default, but needs to be added by Linux users.
|
|
|
|
|
- "host.docker.internal:${DOCKER_HOST:-172.17.0.1}"
|
|
|
|
|
|
|
|
|
|
services:
|
2021-07-17 19:40:56 +00:00
|
|
|
ubuntu20-osquery:
|
|
|
|
|
extra_hosts: *linux-extra-hosts
|
|
|
|
|
|
|
|
|
|
ubuntu18-osquery:
|
2020-10-09 17:10:33 +00:00
|
|
|
extra_hosts: *linux-extra-hosts
|
|
|
|
|
|
|
|
|
|
ubuntu16-osquery:
|
|
|
|
|
extra_hosts: *linux-extra-hosts
|
|
|
|
|
|
2021-07-17 19:40:56 +00:00
|
|
|
centos8-osquery:
|
|
|
|
|
extra_hosts: *linux-extra-hosts
|
|
|
|
|
|
2020-10-09 17:10:33 +00:00
|
|
|
centos7-osquery:
|
|
|
|
|
extra_hosts: *linux-extra-hosts
|
|
|
|
|
|
|
|
|
|
centos6-osquery:
|
|
|
|
|
extra_hosts: *linux-extra-hosts
|
2021-07-17 19:40:56 +00:00
|
|
|
|
|
|
|
|
debian10-osquery:
|
|
|
|
|
extra_hosts: *linux-extra-hosts
|
|
|
|
|
|
|
|
|
|
debian9-osquery:
|
|
|
|
|
extra_hosts: *linux-extra-hosts
|