paketo-buildpacks / node-module-bom

Apache License 2.0
1 stars 1 forks source link

Conform to RFC0043: Reproducible Builds #67

Closed ryanmoran closed 2 years ago

ryanmoran commented 2 years ago

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: https://github.com/paketo-buildpacks/rfcs/issues/165.