vmware-archive / eventrouter

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

Run from distroless / scratch ? #116

Open grosser opened 4 years ago

grosser commented 4 years ago

would love to change from alpine to FROM gcr.io/distroless/static:latest and remove the "/bin/sh", "-c" is there any reason these exist ?

https://github.com/heptiolabs/eventrouter/commit/2888f1920fbb2cd061bdd1336b3952bcbbebb544 adds the /bin/sh but idk what that commit message means ...

@timothysc