Skip to content

Commit 12360c4

Browse files
authored
Merge pull request docker-library#17647 from docker-library-bot/cassandra
Update cassandra
2 parents 4bc3f67 + b8b3111 commit 12360c4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

library/cassandra

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# this file is generated via https://github.com/docker-library/cassandra/blob/41fc6f77fbd75362dfcbeb21a32610c0eec61e28/generate-stackbrew-library.sh
1+
# this file is generated via https://github.com/docker-library/cassandra/blob/75187df9c5b4b5200e1c59fd46163f087d4f798a/generate-stackbrew-library.sh
22

33
Maintainers: Tianon Gravi <[email protected]> (@tianon),
44
Joseph Ferguson <[email protected]> (@yosifkit)
55
GitRepo: https://github.com/docker-library/cassandra.git
66

7-
Tags: 5.0.0, 5.0, 5, latest, 5.0.0-jammy, 5.0-jammy, 5-jammy, jammy
7+
Tags: 5.0.1, 5.0, 5, latest, 5.0.1-jammy, 5.0-jammy, 5-jammy, jammy
88
Architectures: amd64, arm32v7, arm64v8, ppc64le, s390x
9-
GitCommit: cb4f6acadef77048615282871fd1480aee75f193
9+
GitCommit: 9c4cfca225a711f4523ef5134cc54c1a62e69eba
1010
Directory: 5.0
1111

1212
Tags: 4.1.7, 4.1, 4, 4.1.7-jammy, 4.1-jammy, 4-jammy

test/tests/cassandra-basics/run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ cqlsh() {
4747
}
4848

4949
# Make sure our container is listening
50-
. "$dir/../../retry.sh" 'cqlsh < /dev/null'
50+
. "$dir/../../retry.sh" --tries 20 'cqlsh < /dev/null'
51+
# (cassandra takes a long time to start up, especially on GHA)
5152

5253
# https://wiki.apache.org/cassandra/GettingStarted#Step_4:_Using_cqlsh
5354

0 commit comments

Comments
 (0)