agardnerIT / tracepusher

Generate and push OpenTelemetry Trace data to an OTEL collector in JSON format
Apache License 2.0
54 stars 11 forks source link

Shrink docker image aka Use distroless #8

Closed agardnerIT closed 1 year ago

agardnerIT commented 1 year ago

the docker image can and should be shrunk for the following reasons:

1) Reduce "stuff" in the image which improves download time, startup time, storage and bandwidth costs and improves security posture 2) Increases usability: This is a small utility so execution speed is important for adoption