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


##########
tests/docker/Dockerfile:
##########
@@ -94,8 +94,8 @@ RUN mkdir -p "/opt/kafka-3.6.2" && chmod a+rw 
/opt/kafka-3.6.2 && curl -s "$KAFK
 RUN mkdir -p "/opt/kafka-3.7.2" && chmod a+rw /opt/kafka-3.7.2 && curl -s 
"$KAFKA_MIRROR/kafka_2.12-3.7.2.tgz" | tar xz --strip-components=1 -C 
"/opt/kafka-3.7.2"
 RUN mkdir -p "/opt/kafka-3.8.1" && chmod a+rw /opt/kafka-3.8.1 && curl -s 
"$KAFKA_MIRROR/kafka_2.12-3.8.1.tgz" | tar xz --strip-components=1 -C 
"/opt/kafka-3.8.1"
 RUN mkdir -p "/opt/kafka-3.9.1" && chmod a+rw /opt/kafka-3.9.1 && curl -s 
"$KAFKA_MIRROR/kafka_2.12-3.9.1.tgz" | tar xz --strip-components=1 -C 
"/opt/kafka-3.9.1"
-RUN mkdir -p "/opt/kafka-4.0.0" && chmod a+rw /opt/kafka-4.0.0 && curl -s 
"$KAFKA_MIRROR/kafka_2.13-4.0.0.tgz" | tar xz --strip-components=1 -C 
"/opt/kafka-4.0.0"
-RUN mkdir -p "/opt/kafka-4.1.0" && chmod a+rw /opt/kafka-4.1.0 && curl -s 
"$KAFKA_MIRROR/kafka_2.13-4.1.0.tgz" | tar xz --strip-components=1 -C 
"/opt/kafka-4.1.0"
+RUN mkdir -p "/opt/kafka-4.0.1" && chmod a+rw /opt/kafka-4.0.1 && curl -s 
"$KAFKA_MIRROR/kafka_2.13-4.0.1.tgz" | tar xz --strip-components=1 -C 
"/opt/kafka-4.0.1"

Review Comment:
   @clolov I'm going to merge this PR, and please open a separate PR to add 
`4.0.1` - or I can do that for you if you have no bandwidth :smile: 



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