cloudflare / alertmanager2es

Receives HTTP webhook notifications from AlertManager and inserts them into an Elasticsearch index for searching and analysis
Apache License 2.0
244 stars 40 forks source link

Add Dockerfile and push public Docker image #3

Open mattbostock opened 7 years ago

davidkarlsen commented 7 years ago

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

mblaschke commented 4 years ago

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.