Cloudron and Reproducible Builds
-
I wonder if Cloudron might be interested in the Reproducible Builds project.
https://reproducible-builds.org/
Reproducible builds are a set of software development practices that create an independently-verifiable path from source to binary code
If deployments using Cloudron could be replicated, it would provide users a greater sense of confidence in their installations.
-
I would love this for the app images. Ideally a build which was made today from a git tag and made 10 days ago from the same git tag should result in the same docker image. But currently, it doesn't. I don't know if this is a solved problem for docker. If there's any docs/ideas here, would be good to know.