File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ stage('Build') {
140
140
break ;
141
141
case " cockroachdb" :
142
142
docker. withRegistry(' https://index.docker.io/v1/' , ' hibernateci.hub.docker.com' ) {
143
- docker. image(' cockroachdb/cockroach:v23.1.8 ' ). pull()
143
+ docker. image(' cockroachdb/cockroach:v23.1.12 ' ). pull()
144
144
}
145
145
sh " ./docker_db.sh cockroachdb"
146
146
state[buildEnv. tag][' containerName' ] = " cockroach"
Original file line number Diff line number Diff line change @@ -833,7 +833,7 @@ sinks:
833
833
redact: false
834
834
exit-on-error: true
835
835
"
836
- $CONTAINER_CLI run -d --name=cockroach -m 6g -p 26257:26257 -p 8080:8080 docker.io/cockroachdb/cockroach:v23.1.8 start-single-node \
836
+ $CONTAINER_CLI run -d --name=cockroach -m 6g -p 26257:26257 -p 8080:8080 docker.io/cockroachdb/cockroach:v23.1.12 start-single-node \
837
837
--insecure --store=type=mem,size=0.25 --advertise-addr=localhost --log=" $LOG_CONFIG "
838
838
OUTPUT=
839
839
while [[ $OUTPUT != * " CockroachDB node starting" * ]]; do
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ stage('Build') {
165
165
break;
166
166
case "cockroachdb":
167
167
docker.withRegistry('https://index.docker.io/v1/', 'hibernateci.hub.docker.com') {
168
- docker.image('cockroachdb/cockroach:v23.1.8 ').pull()
168
+ docker.image('cockroachdb/cockroach:v23.1.12 ').pull()
169
169
}
170
170
sh "./docker_db.sh cockroachdb"
171
171
state[buildEnv.tag]['containerName'] = "cockroach"
You can’t perform that action at this time.
0 commit comments