We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With #2132 the tkn bundle push command will create a deterministic/reproducible OCI image if --ctime parameter is provided and set to the same value.
tkn bundle push
--ctime
A comment on the pull request implementing that suggested that building deterministic/reproducible OCI image should be the default.
Given that the default created time could be set to a fixed value by default, say 1970-01-01T00:00:00Z.
It helps to be a bit more correct by default
Instead of tkn bundle push --ctime '1970-01-01T00:00:00Z' -f... one could use tkn bundle push -f....
tkn bundle push --ctime '1970-01-01T00:00:00Z' -f...
tkn bundle push -f...
The text was updated successfully, but these errors were encountered:
SOURCE_DATE_EPOCH
Build deterministic bundles by default
e74b6f0
Sets the default created time to 1970-01-01T00:00:00Z (Unix epoch) instead of the current time. Fixes tektoncd#2135
8057cad
d4fbbcd
Sets the default created time to 1970-01-01T00:00:00Z (Unix epoch) instead of the current time. Fixes #2135
Successfully merging a pull request may close this issue.
Feature request
With #2132 the
tkn bundle push
command will create a deterministic/reproducible OCI image if--ctime
parameter is provided and set to the same value.A comment on the pull request implementing that suggested that building deterministic/reproducible OCI image should be the default.
Given that the default created time could be set to a fixed value by default, say 1970-01-01T00:00:00Z.
Use case
It helps to be a bit more correct by default
UI Example
Instead of
tkn bundle push --ctime '1970-01-01T00:00:00Z' -f...
one could usetkn bundle push -f...
.The text was updated successfully, but these errors were encountered: