mirror of
https://github.com/netbirdio/netbird.git
synced 2025-01-24 23:08:55 +01:00
use mlsmaycon/warmed-mysql
This commit is contained in:
parent
1445e7a66a
commit
154d08c1a0
@ -25,7 +25,7 @@ func CreateMysqlTestContainer() (func(), error) {
|
||||
ctx := context.Background()
|
||||
|
||||
container, err := mysql.RunContainer(ctx,
|
||||
testcontainers.WithImage("ghcr.io/mlsmaycon/warmed-mysql:8"),
|
||||
testcontainers.WithImage("mlsmaycon/warmed-mysql:8"),
|
||||
mysql.WithDatabase("testing"),
|
||||
mysql.WithUsername("testing"),
|
||||
mysql.WithPassword("testing"),
|
||||
|
Loading…
Reference in New Issue
Block a user