he4rt / scylladb-php-driver

PHP Driver for ScyllaDB/Apache Cassandra
Other
103 stars 25 forks source link

feature(dockerimage): better docker image #102

Closed CodeLieutenant closed 1 month ago

CodeLieutenant commented 1 month ago
  1. Support for mutilple ubuntu versions (22.04, 24.04)

  2. Foundations for Release builds to be provided from GitHub release cassandra.so will be provided in GitHub Releases having ubuntu 22.04 (possibly 20.04) we can have better compatiblity with systems (and libraries -> mainly glibc) that are running in production without users having to download the source and build for every patch release

  3. fix install path inside docker image -> CIScylla and CICassandra

DanielHe4rt commented 1 month ago

Should I review after the tests passes or can do it rn?

CodeLieutenant commented 1 month ago

Should I review after the tests passes or can do it rn?

Tests will not pass until new images are built, and that is happening on v1.3.x branch

CodeLieutenant commented 1 month ago

Waiting for Build Docker Images for Testing