From ef9337a7f8843f13ffbd961478d1174cdcdb17d0 Mon Sep 17 00:00:00 2001 From: Florian Funke Date: Mon, 10 Feb 2025 14:56:59 +0100 Subject: [PATCH] use mysql5.7 again --- test/pkg/source/mysqltest/mysql_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pkg/source/mysqltest/mysql_test.go b/test/pkg/source/mysqltest/mysql_test.go index 132cae7..32dd832 100644 --- a/test/pkg/source/mysqltest/mysql_test.go +++ b/test/pkg/source/mysqltest/mysql_test.go @@ -37,7 +37,7 @@ const tableName = "testTable" // mysql and psql are a bit picky when it comes to localhost, use ip instead const hostName = "127.0.0.1" const logString = "ready for connections" -const mysqlImage = "docker.io/bitnami/mysql:8" +const mysqlImage = "docker.io/bitnami/mysql:5.7" type MySQLDumpAndRestoreTestSuite struct { suite.Suite