noneabove1182@sh.itjust.workstoOpen Source@lemmy.ml•How can I prove that a downloadable executable is built from the published source?
2·
1 year agoWhen you make a docker image and push it to dockerhub all of the instructions it took appear there so it’s very transparent, also super easy for any person to build it themselves unlike executables, just download the Dockerfile and run a single command
You could definitely do clever things to obfuscate what you’re doing, but it’s much easier to replicate building the image as there are no external dependencies, if you have docker installed then you can build any docker image