HHH-17888 - Remove support for MariaDB versions older than 10.5 (correct mariadb docker version in nightly.jenkinsfile)

Signed-off-by: Jan Schatteman <jschatte@redhat.com>
This commit is contained in:
Jan Schatteman 2024-08-06 17:06:22 +02:00 committed by Steve Ebersole
parent 866ba858a1
commit d317e49247
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ stage('Build') {
break;
case "mariadb_10_5":
docker.withRegistry('https://index.docker.io/v1/', 'hibernateci.hub.docker.com') {
docker.image('mariadb:10.4.31').pull()
docker.image('mariadb:10.5.25').pull()
}
sh "./docker_db.sh mariadb_10_5"
state[buildEnv.tag]['containerName'] = "mariadb"