viirya commented on a change in pull request #26296: [SPARK-38938][K8S][2.4] 
Move to supported OpenJDK docker image for Ku…
URL: https://github.com/apache/spark/pull/26296#discussion_r340180838
 
 

 ##########
 File path: 
resource-managers/kubernetes/docker/src/main/dockerfiles/spark/entrypoint.sh
 ##########
 @@ -45,7 +45,7 @@ case "$SPARK_K8S_CMD" in
       ;;
     *)
       echo "Non-spark-on-k8s command provided, proceeding in pass-through 
mode..."
-      exec /sbin/tini -s -- "$@"
+      exec /usr/bin/tini -s -- "$@"
 
 Review comment:
   Good catch! Thanks!

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to