Skip to content

dactivllc/docker-osquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published