chia7712 commented on code in PR #17625:
URL: https://github.com/apache/kafka/pull/17625#discussion_r1825052615


##########
tests/docker/Dockerfile:
##########
@@ -44,7 +64,8 @@ RUN if [ "$KAFKA_MODE" = "native" ]; then \
       /build/native/native_command.sh $NATIVE_IMAGE_PATH $NATIVE_CONFIGS_DIR 
$KAFKA_LIBS_DIR $TARGET_PATH ; \
     fi
 
-FROM $jdk_version
+ARG os_version=ubuntu

Review Comment:
   sorry that it must be on the top ...



##########
tests/docker/Dockerfile:
##########
@@ -34,7 +34,7 @@ RUN curl -L -o jdk_11.tar.gz ${jdk_11_url} && \
     mkdir -p ${java_base_dir}/11 && \
     tar -xzf jdk_11.tar.gz -C ${java_base_dir}/11 --strip-components=1
 
-RUN curl -L -o jdk_17.tar.gz ${latest_jdk_url} && \
+RUN curl -L -o jdk_17.tar.gz ${jdk_latest_url} && \

Review Comment:
   `jdk_latest.tar`



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

Reply via email to