mingyen066 commented on code in PR #20897: URL: https://github.com/apache/kafka/pull/20897#discussion_r2542431214
########## tests/docker/Dockerfile: ########## @@ -60,11 +60,11 @@ ARG ducker_creator=default LABEL ducker.creator=$ducker_creator # Update Linux and install necessary utilities. -# we have to install git since it is included in openjdk:8 but not openjdk:11 RUN apt update && apt install -y sudo git netcat iptables rsync unzip wget curl jq coreutils openssh-server net-tools vim python3-pip python3-dev libffi-dev libssl-dev cmake pkg-config libfuse-dev iperf traceroute iproute2 iputils-ping && apt-get -y clean RUN python3 -m pip install -U pip==21.1.1; -# NOTE: ducktape 0.11.4 requires python3.9 -RUN pip3 install --upgrade cffi virtualenv pyasn1 boto3 pycrypto pywinrm ipaddress enum34 debugpy && pip3 install --upgrade "ducktape==0.11.4" +# NOTE: ducktape 0.12.0 supports py 3.9, 3.10, 3.11 and 3.12 Review Comment: backported and description updated -- 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]
