dcoliversun commented on a change in pull request #35627:
URL: https://github.com/apache/spark/pull/35627#discussion_r814860841
##########
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:
Hi. These code can check that `$DOCKER_FILE` is absolute path or not.
* If `$DOCKER_FILE` is absolute path, nothing changes.
* If relative path, `$DOCKER_FILE_BASE_PATH` and `$DOCKER_FILE` are joined
together, for using Java 17 in K8S IT by default.
--
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]