google / grr

GRR Rapid Response: remote live forensics for incident response
https://grr-doc.readthedocs.io/
Apache License 2.0
4.69k stars 760 forks source link

Replace Debian installer with Docker image and Docker compose stack #1056

Closed s-westphal closed 5 months ago

s-westphal commented 5 months ago

The GRR Debian installer for the GRR server components is removed in favor of a new docker image that contains all GRR components available in the GitHub container registry (https://github.com/google/grr/pkgs/container/grr). A new image is built via GitHub actions with every push to the GRR GitHub repository.

The provided docker compose configuration file can be used to start all GRR components using the new Docker image.