Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to override build date with SOURCE_DATE_EPOCH #534

Merged
merged 1 commit into from Jul 9, 2020

Conversation

bmwiedemann
Copy link
Contributor

Allow to override build date with SOURCE_DATE_EPOCH
in order to make builds reproducible.
See https://reproducible-builds.org/ for why this is good
and https://reproducible-builds.org/specs/source-date-epoch/
for the definition of this variable.

This date call only works with GNU date (probably not a problem since kubernes is pretty Linux-specific).

Also use UTC to be independent of timezone.

in order to make builds reproducible.
See https://reproducible-builds.org/ for why this is good
and https://reproducible-builds.org/specs/source-date-epoch/
for the definition of this variable.

This date call only works with GNU date.

Also use UTC to be independent of timezone.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 161437726

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 71.41%

Totals Coverage Status
Change from base Build 159317291: 0.0%
Covered Lines: 1074
Relevant Lines: 1504

💛 - Coveralls

@dougbtv
Copy link
Member

dougbtv commented Jul 9, 2020

Thanks for the contribution and the links to describe your intention, appreciate it!

@dougbtv dougbtv merged commit b5211cb into k8snetworkplumbingwg:master Jul 9, 2020
@bmwiedemann bmwiedemann deleted the date branch July 11, 2020 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants