Yikun commented on code in PR #54:
URL: https://github.com/apache/spark-docker/pull/54#discussion_r1299986624


##########
tools/template.py:
##########
@@ -28,6 +28,8 @@
     "3.3.1": "86727D43E73A415F67A0B1A14E68B3E6CD473653",
     # issuer "[email protected]"
     "3.3.2": "C56349D886F2B01F8CAE794C653C2301FEA493EE",
+    # issuer "[email protected]"
+    "3.3.3": "F6468A4FF8377B4F1C07BC2AA077F928A0BF68D8",

Review Comment:
   seems wrong and failed to check public key:
   
   ```
   13.28 + gpg --keyserver hkps://keys.openpgp.org --recv-key 
F6468A4FF8377B4F1C07BC2AA077F928A0BF68D8
   13.29 gpg: keybox '/tmp/tmp.yZmBm6Lueo/pubring.kbx' created
   14.21 gpg: key A077F928A0BF68D8: new key but contains no user ID - skipped
   14.21 gpg: Total number processed: 1
   14.21 gpg:           w/o user IDs: 1
   14.21 + gpg --batch --verify spark.tgz.asc spark.tgz
   15.90 gpg: Signature made Fri 04 Aug 2023 04:18:57 PM UTC
   15.90 gpg:                using RSA key 
F6468A4FF8377B4F1C07BC2AA077F928A0BF68D8
   15.90 gpg:                issuer "[email protected]"
   15.90 gpg: Can't check signature: No public key
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to