Skip to content
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

docker: fix cassandra pip install and bump all images #3758

Merged
merged 3 commits into from
Apr 13, 2024

Conversation

codefromthecrypt
Copy link
Member

@codefromthecrypt codefromthecrypt commented Apr 13, 2024

cqlsh 4.x is not compatible with Python 3.12 by default.

See https://issues.apache.org/jira/browse/CASSANDRA-19206

Signed-off-by: Adrian Cole <adrian@tetrate.io>
@@ -170,7 +170,7 @@ is_cassandra_alive() {
is_cassandra_alive || exit 1

echo "*** Installing cqlsh"
apk add --update --no-cache python3 py3-pip
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these fought over python 3.11 vs 3.12, so installing via python instead

Adrian Cole added 2 commits April 12, 2024 14:39
cve
Signed-off-by: Adrian Cole <adrian@tetrate.io>
Signed-off-by: Adrian Cole <adrian@tetrate.io>
@codefromthecrypt codefromthecrypt merged commit ab8a251 into master Apr 13, 2024
12 checks passed
@codefromthecrypt codefromthecrypt deleted the fix-cassandra branch April 13, 2024 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant