Open
Description
Description
Right now, builds are not reproducible. An important step towards that goal would be supporting timestamps as per reproducible-builds.org and the Docker blog.
I propose a new field called source-date-epoch
with the following behaviour:
- If unset, builds are performed as before for backwards compatibility
- If set, the env var
SOURCE_DATE_EPOCH
is set to the specified value and is passed on to docker