this post was submitted on 18 Dec 2025
85 points (100.0% liked)
Linux
10748 readers
559 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What does fully reproducible mean? Like NixOS fully reproducible or just an LTS version that will have close to 0 installed packages hence "reproducible."
You Compile and I compile, we get the same binary file.
Yes I read that but it doesn't explain how it produces the exact same image.
Lots of software has non-reproducible build artifacts due to e.g. timestamps being inserted, or due to non-stable algorithms being used during compilation. They presumably managed to remove all sources of randomness from the image they build.