hashicorp-forge / grove

A Software as a Service (SaaS) log collection framework.
https://hashicorp-forge.github.io/grove/
Mozilla Public License 2.0
130 stars 10 forks source link

Feature Request: Release Grove Docker Image on Container Registry #51

Open britton-from-notion opened 2 weeks ago

britton-from-notion commented 2 weeks ago

Details

Hey again! Would love if grove could be released to GitHub container registry, AWS ECR, or Docker hub. This would allow upstream consumers of the tool to easily pull down the latest updates or sync this image to their own registry.

Alternate solutions

Document the recommended workflow for a team consuming grove to stay up to date with Grove updates while deploying it to their own environment. Right now the templates are offered, which is great! However to deploy grove as an user I've gotta clone grove, update the configurations for my use case, build the image, and push it to my own registry. There might be a better way but that seemed like the workflow at the moment.

Love the project, thanks for all your work on it. Lemme know if ya have any questions on this!

hcpadkins commented 2 weeks ago

Hey @britton-from-notion,

Thank you for raising this issue. This shouldn't be too much of an issue to implement, as we had this stubbed out in a prior commit (4722567bd74aa6fab4908f3bfa46cf2683a21255).

I'll get a task in internally for us to re-add this step and publish to GHCR initially.

britton-from-notion commented 2 weeks ago

Thanks Peter! Lemme know if ya need any support on it.