/docker-osquery

Generate a matrix of osquery/OS versions for testing and research.

Primary LanguageShellMIT LicenseMIT

Docker Images for Osquery Testing

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.

Download Images

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'

Build

To build the container images:

./build.sh

Push

To push the generated containers:

docker push dactiv/osquery

Versions

To set the version/OS matrix, edit the versions, deb_platforms, and rpm_platforms variables in the build.sh script.