6 Commits
Author SHA1 Message Date
yongsong you 69866836ed support multi arch images (#84)
remove `GOARCH` env in Dockerfile to support multi arch images.

Building multi arch images is easy with `docker buildx`:

* enable `docker buildx` feature following the [docs](https://docs.docker.com/buildx/working-with-buildx/)
* run `docker buildx create --name builder --use` to create a builder instance(only need run once)
* run following command to build and push muti arch images: `docker buildx build --platform linux/amd64,linux/arm64 -t opsgenie/kubernetes-event-exporter:v0.9 --push .`
2021-06-16 22:52:49 +03:00
Mustafa Akın a2f8ac8f2f Go 1.14 to 1.16 update 2021-06-16 21:48:57 +03:00
Flávio Lemos 7dd5fcf382 Changed Dockerfile to run as non-root user (#120) 2021-06-16 21:32:10 +03:00
Mustafa Akin fee89514e8 better default config to log to stdout, debug log added for involved object capturing 2020-06-22 18:17:18 +03:00
Mustafa Akin d6b6842ceb Updated Dockerfile for 1.14 and the deployment YAML 2020-05-02 02:03:37 +03:00
Mustafa Akin b146fbb507 Added testing pipeline, deployment and configuration docs 2019-12-08 21:05:51 +03:00