cloudflare / alertmanager2es

Receives HTTP webhook notifications from AlertManager and inserts them into an Elasticsearch index for searching and analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Dockerfile and push public Docker image

mattbostock opened this issue · comments

I'd be willing to run this in test if an image was pushed to docker-hub.

Refactored and implemented this solution on a forked version: https://github.com/webdevops/alertmanager2es

Instead of using busybox this fork is using a distroless container to add more security. Build is done with a multistage Dockerfile.