You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The concept of a reproducible build aims to provide some guarantees on the relation between source and output artifact, namely that building from the same source twice always results in the same output artifact. For this project that roughly means that the container image resulting from make build is reproducible.
The goal of this issue is to
Determine if the build is reproducible and under what constraints (e.g. target architecture)
A. If it's not reproducible, fix that
Implement a test in order to continuously verify the build is reproducible
The text was updated successfully, but these errors were encountered:
Summary
The concept of a reproducible build aims to provide some guarantees on the relation between source and output artifact, namely that building from the same source twice always results in the same output artifact. For this project that roughly means that the container image resulting from
make build
is reproducible.The goal of this issue is to
A. If it's not reproducible, fix that
The text was updated successfully, but these errors were encountered: