Skip to content

docs: document SOURCE_DATE_EPOCH in reproducibility guide#922

Open
officialasishkumar wants to merge 1 commit intobuildpacks:mainfrom
officialasishkumar:fix/document-source-date-epoch
Open

docs: document SOURCE_DATE_EPOCH in reproducibility guide#922
officialasishkumar wants to merge 1 commit intobuildpacks:mainfrom
officialasishkumar:fix/document-source-date-epoch

Conversation

@officialasishkumar
Copy link
Copy Markdown
Contributor

Summary

This PR fixes #903 by documenting how image creation time can be configured on the reproducibility guide. It adds both user-facing pack build --creation-time guidance and the lifecycle-level SOURCE_DATE_EPOCH option, and calls out the digest reproducibility tradeoff.

Output

Before

The reproducibility guide explained why image timestamps default to January 1, 1980, but did not explain how to override that behavior.

After

The reproducibility guide now explains how to set a meaningful creation time with pack build --creation-time or SOURCE_DATE_EPOCH, and notes that doing so changes the resulting image digest.

Notes for Reviewers

  • Validation: make test build

Signed commits

  • Yes, I signed my commits.

Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
@officialasishkumar officialasishkumar requested a review from a team as a code owner April 9, 2026 18:13
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.

Document SOURCE_DATE_EPOCH support

1 participant