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


##########
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:
   Fixed @chia7712 , sorry it was missing permissions but looks good on my side 
now, lmk
   https://s3-us-west-2.amazonaws.com/kafka-packages/kafka_2.13-4.0.1.tgz 
   
https://s3-us-west-2.amazonaws.com/kafka-packages/kafka-streams-4.0.1-test.jar



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