Do any know of a way to download gpg1 versions, without building source
I need to roll gpg@1.4.23 into a docker container. The only routes to getting that version seem to be source code mirrors. My plan is to push to docker hub an image based on my target os with got bill from source, and then do a multistage build and copy it over. Can any think of a better approach?
Thanks
👤 ahazred8ta Accepted Answer ✓
Wouldn't you normally go to an old distro .iso and take the gnupg binary from there? What OS & version are you working with?