paketo-buildpacks / tini

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conform to RFC0043: Reproducible Builds

ryanmoran opened this issue · comments

To conform to RFC0043 this buildpack should ensure that builds are reproducible. Specifically it should not include a built_at metadata field. In the tests that leverage this field to assert layer reuse, we should instead compare layer SHA values across rebuilds.

See also the tracking issue: paketo-buildpacks/rfcs#165.