You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "Yikun (via GitHub)" <gi...@apache.org> on 2023/08/21 11:31:42 UTC

[GitHub] [spark-docker] Yikun commented on a diff in pull request #54: [SPARK-44892] Add official image Dockerfile for Spark 3.3.3

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 "viirya@apache.org"
     "3.3.2": "C56349D886F2B01F8CAE794C653C2301FEA493EE",
+    # issuer "yumwang@apache.org"
+    "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 "yumwang@apache.org"
   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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org