Skip to content

Support reproducible builds using SOURCE_DATE_EPOCH #994

Open
@nicholasdille

Description

@nicholasdille

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions