-
Notifications
You must be signed in to change notification settings - Fork 112
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
Open Use SOURCE_DATE_EPOCH to configure image create time #809
Comments
There seems to be general agreement that the "alternate" approach mentioned in the RFC is preferred:
There is still some discussion around whether the env var should be |
This will be used when resolving buildpacks/lifecycle#809. The caller being able to adjust the value will allow us to read the value from different inputs if needed and won't tie imgutil to a specific env var. Signed-off-by: Jesse Brown <jabrown85@gmail.com>
Platforms can set `SOURCE_DATE_EPOCH` to control the timestamp on the exported app images. See #809 for more details. Signed-off-by: Jesse Brown <jabrown85@gmail.com>
* Support SOURCE_DATE_EPOCH Platforms can set `SOURCE_DATE_EPOCH` to control the timestamp on the exported app images. See #809 for more details. Signed-off-by: Jesse Brown <jabrown85@gmail.com> * Fixing 0.9 skip-layers test Signed-off-by: Jesse Brown <jabrown85@gmail.com> * Added 0.9 exiter test Signed-off-by: Jesse Brown <jabrown85@gmail.com>
Resolved by #823 |
Thank you so much! This is a long-awaited feature and I am so grateful it landed! |
Description
See related RFC: buildpacks/rfcs#204 (blocking)
See related imgutil PR: buildpacks/imgutil#137
There is currently an open question around how this should be implemented (in imgutil or the lifecycle). Depending on what is decided, this might not require any further work.
The text was updated successfully, but these errors were encountered: