ain
ain copied to clipboard
Make alpine dockerfile build statically
What kind of PR is this?:
/kind fix
What this PR does / why we need it:
Alpine dockerfile was not compiling statically. the configuration of the docker file was changed in order to make it compile the binary statically so that the binary can be run on any linux machine.
Which issue(s) does this PR fixes?:
Fixes #
Additional comments?:
This uses the depends build. Ideally, depends shouldn't be required on alpine, if everything is built statically.
Closing stale PRs