xiangfu0 commented on a change in pull request #7928:
URL: https://github.com/apache/pinot/pull/7928#discussion_r772719993
##########
File path: docker/images/pinot/docker-build.sh
##########
@@ -56,6 +56,13 @@ else
JAVA_VERSION=8
fi
-echo "Trying to build Pinot docker image from Git URL: [ ${PINOT_GIT_URL} ] on
branch: [ ${PINOT_BRANCH} ] and tag it as: [ ${DOCKER_TAG} ]. Kafka
Dependencies: [ ${KAFKA_VERSION} ]. Java Version: [ ${JAVA_VERSION} ]."
+if [[ "$#" -gt 5 ]]
+then
+ JDK_VERSION=$5
Review comment:
this is $6
--
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]