dongjoon-hyun commented on a change in pull request #35627:
URL: https://github.com/apache/spark/pull/35627#discussion_r814396318



##########
File path: 
resource-managers/kubernetes/integration-tests/scripts/setup-integration-test-env.sh
##########
@@ -106,7 +106,7 @@ then
     # OpenJDK base-image tag (e.g. 8-jre-slim, 11-jre-slim)
     JAVA_IMAGE_TAG_BUILD_ARG="-b java_image_tag=$JAVA_IMAGE_TAG"
   else
-    JAVA_IMAGE_TAG_BUILD_ARG="-f $DOCKER_FILE"
+    JAVA_IMAGE_TAG_BUILD_ARG="-f $DOCKER_FILE_BASE_PATH$DOCKER_FILE"

Review comment:
       This seems to break the build when we use a docker file as an argument. 
For example, what happens when we give an absolute path? Please try this patch 
with `--docker-file` option from your environment.
   




-- 
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