docker-library / cassandra

Docker Official Image packaging for Cassandra
Apache License 2.0
262 stars 282 forks source link

update from KEYS file, bump to 4.0.8 #262

Closed yosifkit closed 1 year ago

yosifkit commented 1 year ago

From failing update.sh job:

+ gpg --batch --verify cassandra-bin.tgz.asc cassandra-bin.tgz
gpg: Signature made Tue 07 Feb 2023 09:36:47 PM UTC
gpg:                using RSA key 7464AAD9068241C50BA6A26232F35CB2F546D93E
gpg: Can't check signature: No public key
Keys update: ```console $ docker run --rm buildpack-deps:bullseye-curl bash -c 'wget -qO- https://downloads.apache.org/cassandra/KEYS | gpg --batch --import &> /dev/null && gpg --batch --list-keys --with-fingerprint --with-colons' | awk -F: '$1 == "pub" && $2 == "-" { pub = 1 } pub && $1 == "fpr" { fpr = $10 } $1 == "sub" { pub = 0 } pub && fpr && $1 == "uid" && $2 == "-" { print "#", $10; print "\t" fpr " \\"; pub = 0 }' # Eric Evans CEC86BB4A0BA9D0F90397CAEF8358FA2F2833C93 \ # Eric Evans C4965EE9E3015D192CCCF2B6F758CE318D77295D \ # Sylvain Lebresne (pcmanus) 5AED1BF378E9A19DADE1BCB34BD736A82B5C1B00 \ # T Jake Luciani 514A2AD631A57A16DD0047EC749D6EEC0353B12C \ # Michael Shuler A26E528B271F19B9E5D8E19EA278B781FE4B2BDA \ # Michael Semb Wever A4C465FEA0C552561A392A61E91335D77E3E87CB \ # Alex Petrov 9E66CEC6106D578D0B1EB9BFF1000962B7F6840C \ # Jordan West C4009872C59B49561310D966D0062876AF30F054 \ # Brandon Williams B7842CDAF36E6A3214FAE35D5E85B9AE0B84C041 \ # Ekaterina Buryanova Dimitrova (CODE SIGNING KEY) 3E9C876907A560ACA00964F363E9BAD215BBF5F0 \ # Sam Tunnicliffe (CODE SIGNING KEY) F8B7FD00E05C932991A2CD6150EE103D162C5A55 \ # Stefan Miklosovic 7464AAD9068241C50BA6A26232F35CB2F546D93E \ # Berenguer Blasi (Code Signing Key) CEC5C50B9C629EF0F5AB2706650B72EB14CCD622 \ ```
yosifkit commented 1 year ago

:tada:

+ gpg --batch --verify cassandra-bin.tgz.asc cassandra-bin.tgz
gpg: Signature made Tue 07 Feb 2023 09:36:47 PM UTC
gpg:                using RSA key 7464AAD9068241C50BA6A26232F35CB2F546D93E
gpg: Good signature from "Stefan Miklosovic <smiklosovic@apache.org>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 7464 AAD9 0682 41C5 0BA6  A262 32F3 5CB2 F546 D93E