This repository generates a matrix of osquery versions across different (Linux) operating systems. These images can be used for testing query results and osquery management servers.
Images generated by this repository can be accessed at https://hub.docker.com/r/dactiv/osquery.
To run an image:
docker run --rm dactiv/osquery:4.3.0-centos7 osqueryi 'select * from os_version'
To build the container images:
./build.sh
To push the generated containers:
docker push dactiv/osquery
To set the version/OS matrix, edit the versions
, deb_platforms
, and rpm_platforms
variables in the build.sh
script.