ci: Pin scylladb docker to fix integration tests (#3126)

This commit is contained in:
Ayaz Salikhov
2026-06-30 16:43:24 +01:00
committed by GitHub
parent 30732882f1
commit c2b129b2f6
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ If you see the error log message `Could not connect to Cassandra: No hosts avail
If you would like to run a local ScyllaDB, you can call:
```sh
docker run --rm -p 9042:9042 --name clio-scylla -d scylladb/scylla
docker run --rm -p 9042:9042 --name clio-scylla -d scylladb/scylla:2026.1
```
## Check the server status of Clio