SiyaoIsHiding commented on code in PR #106: URL: https://github.com/apache/cassandra-builds/pull/106#discussion_r1823225576
########## docker/testing/ubuntu2204_java_driver_testing.docker: ########## @@ -53,4 +53,12 @@ RUN git clone https://github.com/riptano/ccm.git && \ cd ccm && \ pip install -e . +# download cassandra binaries +RUN ccm create download -v 3.11.17 && \ + ccm remove && \ + ccm create download -v 4.0.14 && \ + ccm remove && \ + ccm create download -v 5.0.2 && \ + ccm remove Review Comment: Thanks! They are both helpful -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

