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

containertool should honour the SOURCE_DATE_EPOCH environment variable #41

Open
euanh opened this issue Dec 6, 2024 · 0 comments
Open
Labels
area/interoperability Improvements to compatibility with other systems. kind/enhancement New feature or request

Comments

@euanh
Copy link
Collaborator

euanh commented Dec 6, 2024

SOURCE_DATE_EPOCH is a standard environment variable used to override timestamps for reproducible builds. As of #38, containertool sets image manifest timestamps to the epoch; it already used this value for file timestamps. It should continue to use this value as a default, but should use the value of SOURCE_DATE_EPOCH if it is set.

The build-container-image plugin will also have to pass this environment variable through to containertool.

@euanh euanh added kind/enhancement New feature or request area/interoperability Improvements to compatibility with other systems. labels Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/interoperability Improvements to compatibility with other systems. kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant