ain icon indicating copy to clipboard operation
ain copied to clipboard

Make alpine dockerfile build statically

Open DocteurPing opened this issue 2 years ago • 1 comments

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?:

DocteurPing avatar Feb 17 '23 03:02 DocteurPing

This uses the depends build. Ideally, depends shouldn't be required on alpine, if everything is built statically.

prasannavl avatar Feb 21 '23 03:02 prasannavl

Closing stale PRs

prasannavl avatar Jul 15 '24 18:07 prasannavl