Skip to content

Commit f43eb74

Browse files
jrenaatbeikov
authored andcommitted
HHH-17168 - Correction in the docker script for cockroachdb 23.1
Signed-off-by: Jan Schatteman <[email protected]>
1 parent 7859715 commit f43eb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker_db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ sinks:
709709
redact: false
710710
exit-on-error: true
711711
"
712-
$CONTAINER_CLI run -d --name=cockroach -m 6g -p 26257:26257 -p 8080:8080 cockroachdb/cockroach-unstable:v23.1.8 start-single-node \
712+
$CONTAINER_CLI run -d --name=cockroach -m 6g -p 26257:26257 -p 8080:8080 docker.io/cockroachdb/cockroach:v23.1.8 start-single-node \
713713
--insecure --store=type=mem,size=0.25 --advertise-addr=localhost --log="$LOG_CONFIG"
714714
OUTPUT=
715715
while [[ $OUTPUT != *"CockroachDB node starting"* ]]; do

0 commit comments

Comments
 (0)