Open anandf opened 1 year ago
PR needs rebase.
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
9babd9f
) 58.61% compared to head (6dd6ce2
) 58.61%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: wtam2018
The full list of commands accepted by this bot can be found here.
The pull request process is described here
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 58.61%. Comparing base (
9babd9f
) to head (6dd6ce2
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What type of PR is this? /kind enhancement
What does this PR do / why we need it: The kam container image uses
httpd
base image which requires frequent updates for CVE fixes and is difficult to maintain. By using a Go based fileserver for hosting the binaries for different OS and architecture, we can do away with HTTP server and instead use a light weight image. Even ascratch
base image should be enough for running a go binary.Have you updated the necessary documentation?
Which issue(s) this PR fixes:
Fixes #?
How to test changes / Special notes to the reviewer: