Skip to content

Commit

Permalink
Change Stargate Coordinator Docker tag to use to make IT runs on IDE(…
Browse files Browse the repository at this point in the history
…A) work (#714)
  • Loading branch information
tatu-at-datastax authored Dec 7, 2023
1 parent b589c6e commit 3fb1519
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ public DseTestResource() {
}

if (null == System.getProperty("testing.containers.stargate-image")) {
// 07-Dec-2023, tatu: For some reason floating tag "v2.1" does not seem to work so
// use specific version. Needs to be kept up to date:
System.setProperty(
"testing.containers.stargate-image", "stargateio/coordinator-dse-next:v2.1");
"testing.containers.stargate-image", "stargateio/coordinator-dse-next:v2.1.0-BETA-6");
}

if (null == System.getProperty("testing.containers.cluster-persistence")) {
Expand Down

0 comments on commit 3fb1519

Please sign in to comment.