Support SOURCE_DATE_EPOCH
in tkn bundle push
#2136
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
SOURCE_DATE_EPOCH
in tkn bundle push
#2136
Feature request
Getting the created time from
SOURCE_DATE_EPOCH
is an encouraged standard, see https://reproducible-builds.org/specs/source-date-epoch/.tkn bundle push
should support it.Use case
This helps in wider build pipelines when folk define
SOURCE_DATE_EPOCH
for multiple build tools.UI Example
With this, the
--ctime
would get set to 1970-01-01T00:00:00Z:$ export SOURCE_DATE_EPOCH=0 $ tkn bundle push -f ...
The text was updated successfully, but these errors were encountered: