Skip to content

Commit

Permalink
Merge pull request #1173 from scylladb/dk/fix-scylla-images
Browse files Browse the repository at this point in the history
Get rid of custom scylla images
  • Loading branch information
dkropachev authored Jan 20, 2025
2 parents f9f0940 + 188964e commit 1439574
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 54 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/authenticate_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
runs-on: ubuntu-latest
services:
scylladb:
image: scylladb/scylla-passauth
image: scylladb/scylla
command: --authenticator PasswordAuthenticator
ports:
- 9042:9042
options: --health-cmd "cqlsh --username cassandra --password cassandra --debug" --health-interval 5s --health-retries 30
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
timeout-minutes: 60
services:
scylladb:
image: scylladb/scylla-tls
image: scylla-tls
build: ./test/tls
ports:
- 9042:9042
- 9142:9142
Expand Down
Loading

0 comments on commit 1439574

Please sign in to comment.