michaelsembwever commented on code in PR #106: URL: https://github.com/apache/cassandra-builds/pull/106#discussion_r1819842619
########## 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: be aware these will quickly be out of date (not the latest patch) versions. it should be possible to find these values dynamically via https://downloads.apache.org/cassandra/ (that would mean you only have to rebuild and publish after each new patch version, rather than edit this file) -- 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]

