grafana / rollout-operator

Kubernetes Rollout Operator
Apache License 2.0
132 stars 17 forks source link

Build statically linked binaries #24

Closed pracucci closed 1 year ago

pracucci commented 1 year ago

Ensure we build statically linked binaries on the host so that we don't have issues with missing dynamic libraries when running in Alpine. An alternative would be build the binary in Docker, using an Alpine-based image, but would take longer.