vmware-archive / eventrouter

A simple introspective kubernetes service that forwards events to a specified sink.
Apache License 2.0
886 stars 252 forks source link

run on distroless to avoid vulnerabilities #117

Open grosser opened 4 years ago

grosser commented 4 years ago

fixes https://github.com/heptiolabs/eventrouter/issues/116

always getting the same error as I get on master:

docker run -it --rm a5b155507811
/app/eventrouter: line 2: syntax error: unexpected "("

... ideally the build would be done in a different layer of the dockerfile so it's easier to recreate