alertmanager2es icon indicating copy to clipboard operation
alertmanager2es copied to clipboard

Add Dockerfile and push public Docker image

Open mattbostock opened this issue 7 years ago • 2 comments

mattbostock avatar Apr 13 '17 14:04 mattbostock

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

davidkarlsen avatar May 10 '17 11:05 davidkarlsen

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.

mblaschke avatar Jun 25 '20 15:06 mblaschke