ko-build / ko

Build and deploy Go applications
https://ko.build
Apache License 2.0
7.65k stars 401 forks source link

Allow configuring app directory/path binaries are placed into #1403

Open UnseenWizzard opened 2 months ago

UnseenWizzard commented 2 months ago

This PR proposes a way to allow optionally modifying under which path binaries are placed inside containers built with ko - as raised in issue #944

Without deeper insight into the code base, this seems like a straightforward addition with limited impact on future maintainability to me - while allowing users migrating to ko to still place binaries in the same location as their previous Docker containers.

Looking forward to your input and any suggestions!