matanolabs / matano

Open source security data lake for threat hunting, detection & response, and cybersecurity analytics at petabyte scale on AWS
https://matano.dev
Apache License 2.0
1.46k stars 100 forks source link

Package and publish CLI as a Docker image #42

Open timoguin opened 1 year ago

timoguin commented 1 year ago

What?

This is a packaging concern. It'd be nice to be able to pull and run a Docker image for the Matano CLI.

Why?

Run it locally without having to bother with installation. Run it in container clusters. Use it with Docker Compose as part of a testing setup.

How?

Probably by adding an image definition at cli/Dockerfile, followed by a CI/CD workflow to build and publish to Docker Hub, GH Container Registry, etc.