michaelsembwever commented on code in PR #106: URL: https://github.com/apache/cassandra-builds/pull/106#discussion_r1820281973
########## 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: there's kinda an example here: https://github.com/apache/cassandra/blob/trunk/.build/docker/ubuntu2004_test.docker#L129 (but sounds like what @absurdfarce has is more applicable, and tested) -- 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]

