marcsvll / docker-osquery

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Shell 81.1%Language:Dockerfile 18.9%