-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bumps docker images notably to alpine 3.20.0 #3771
Conversation
Signed-off-by: Adrian Cole <adrian@tetrate.io>
curse of neglected cassandra strikes again. alpine no longer has a python 3.11 package. there seem to be some workarounds mentioned in https://issues.apache.org/jira/browse/CASSANDRA-19206 Maybe we can avoid installing the schema, just delete that part and try it (delete schema stuff from install.sh including setup of python, publish image local, change CassandraContainer to use that version and run ITs for cassandra)? @reta if you have time to try this please do as I'm in a jungle right now ;) |
Will do shortly |
ps also maybe adding cassandra's nodetool is an alternative (if it isn't also python hell) next, I looked and failed to use https://github.com/jeffwidman/cqlsh without six as the cassandra issue described jeffwidman/cqlsh#37 < said it can remove the dep
Finally, another way could be to make a main class in the cassandra storage that executes the EnsureSchema function directly, then we can install the schema without any deps. It might imply adding more content to the .dockerexclude file Thanks for the help! |
Signed-off-by: Andriy Redko <drreta@gmail.com>
Should be good now @codefromthecrypt , the only thing you've missed is that |
We may have one flaky test to look at:
|
thanks for the help, @reta. glad we're on track again! |
|
No description provided.