temporalio / docker-builds

Temporal service Docker images build
https://hub.docker.com/r/temporaliotest/auto-setup
MIT License
30 stars 59 forks source link

Install Python 3.11.9 on base-admin-tools so cqlsh can run #233

Closed ShahabT closed 4 months ago

ShahabT commented 4 months ago

What was changed

Alpine v3.20 comes with Python 3.12. But cqlsh won't work with Python 3.12 until the following issue is resolved. https://issues.apache.org/jira/browse/CASSANDRA-19206 Compiling Python 3.11.9 from source and installing it on the side. Then creating a venv using that python version. Revert this change once the issue mentioned above is resolved.

Why?

Checklist

  1. Closes

  2. How was this tested:

  3. Any docs updates needed?