fvaleri commented on code in PR #20165:
URL: https://github.com/apache/kafka/pull/20165#discussion_r2210658743


##########
tests/README.md:
##########
@@ -49,12 +49,13 @@ 
TC_PATHS="tests/kafkatest/tests/streams/streams_upgrade_test.py::StreamsUpgradeT
 ```
 * Run tests with a specific image name
 ```
-image_name="ducker-ak-<JDK_IMAGE>" bash tests/docker/run_tests.sh
+image_name="ducker-ak-openjdk:17" bash tests/docker/run_tests.sh
 ```
 * Run tests with a different JVM
 ```
 bash tests/docker/ducker-ak up -j '<JDK_IMAGE>'; tests/docker/run_tests.sh
 ```
+  You can customize the OpenJDK base image using the `-j` or `--jdk` 
parameter. The default is `openjdk:17-bullseye`.

Review Comment:
   What about rewriting like this:
   
   > You can customize the OpenJDK base image using the `-j` or `--jdk` 
parameter, otherwise a default value will be used.



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to