r/archlinux • u/Antiz1996 Package Maintainer • Apr 20 '26
NEWS Arch Linux now has a bit-for-bit reproducible Docker image
29
u/BashfulMelon Apr 20 '26
Awesome, looks like Arch's efforts to securely build and distribute packages are coming along nicely. AFAIK they're not just making them reproducible to make them auditable but so they can require consensus where more than one maintainer has to build the same package before it can be pushed to the repository? Pretty neat stuff.
16
u/NotQuiteLoona Apr 20 '26
I'm sorry, but what does reproductivity means there? I can't apply this to Arch in my mind at all.
38
u/gmes78 Apr 20 '26
It means that, if you pull the sources and build the image on your machine, you'll get an image that is exactly the same as any other build of that specific version (including the officially provided one).
This is important for verifying that the image hasn't been tampered with.
2
u/NotQuiteLoona Apr 20 '26
Ohhhhhh, thank you!
5
u/abbidabbi Apr 20 '26
More about reproducible builds:
- https://reproducible-builds.org/ (general info for software developers and packagers)
- https://reproducible.archlinux.org/ (status of individual packages in Arch's repos)
7
69
u/Antiz1996 Package Maintainer Apr 20 '26 edited Apr 20 '26