SiyaoIsHiding commented on code in PR #106: URL: https://github.com/apache/cassandra-builds/pull/106#discussion_r1819883250
########## 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: Do you happen to know an existing snippet parsing those version strings and output the latest versions? I would love to update the `Jenkins-asf` file to figure out the latest version in the same way, too. -- 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]

