[PATCH] D50431: generalize SKS key server in debian8 Dockerfile

Ilya Biryukov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 9 01:26:17 PDT 2018


ilya-biryukov added a comment.

Maybe hard-code the SHA256 checksum directly into the script instead?
Going through the keyservers does not seem to buy us much in terms of security and we certainly don't update the Dockerfiles very often, so it does not take too much time to verify those SHA256 checksums by hand when we do.
Using the gpg was a mistake on my end, it makes things more complicated and less reliable.


Repository:
  rL LLVM

https://reviews.llvm.org/D50431





More information about the llvm-commits mailing list