Update build command to disable VCS information#3285
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3285 +/- ##
==========================================
- Coverage 54.76% 54.74% -0.03%
==========================================
Files 168 168
Lines 19594 19594
==========================================
- Hits 10730 10726 -4
- Misses 7800 7802 +2
- Partials 1064 1066 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/override actionlint |
|
@matejvasek: matejvasek unauthorized: /override is restricted to Repo administrators, and the following github teams:knative: knative-release-leads client-wg-leads eventing-wg-leads functions-wg-leads productivity-wg-leads serving-wg-leads. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lkingland, matejvasek The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/override actionlint |
|
@lkingland: Overrode contexts on behalf of lkingland: actionlint DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Changes
func-utilsbinary more reproducible by not including VCS info. This should limit image version proliferation.Without this change each push to
maingenerates new images even whenfunc-utilsbinary did not really change.