File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ dockers:
4141 - quay.io/mittwald/brudi:{{ .Major }}.{{ .Minor }}
4242 - quay.io/mittwald/brudi:{{ .Tag }}
4343 - quay.io/mittwald/brudi:stable
44- binaries :
44+ ids :
4545 - brudi
4646 dockerfile : build/docker/Dockerfile
4747 goos : linux
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const dumpKind = "mongodump"
2929const restoreKind = "mongorestore"
3030const dbName = "test"
3131const collName = "testColl"
32- const mongoImage = "quay .io/bitnami/mongodb:latest"
32+ const mongoImage = "docker .io/bitnami/mongodb:latest"
3333const logString = "Waiting for connections"
3434
3535type MongoDumpAndRestoreTestSuite struct {
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ const tableName = "testTable"
3737// mysql and psql are a bit picky when it comes to localhost, use ip instead
3838const hostName = "127.0.0.1"
3939const logString = "ready for connections"
40- const mysqlImage = "quay .io/bitnami/mysql:latest"
40+ const mysqlImage = "docker .io/bitnami/mysql:latest"
4141
4242type MySQLDumpAndRestoreTestSuite struct {
4343 suite.Suite
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ const dumpKind = "pgdump"
3737// mysql and psql are a bit picky when it comes to localhost, use ip instead
3838const hostName = "127.0.0.1"
3939const dbDriver = "pgx"
40- const pgImage = "quay .io/bitnami/postgresql:latest"
40+ const pgImage = "docker .io/bitnami/postgresql:latest"
4141const plainKind = "plain"
4242
4343type PGDumpAndRestoreTestSuite struct {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const nameKey = "name"
3232const typeKey = "type"
3333const logString = "Ready to accept connections"
3434const dumpKind = "redisdump"
35- const redisImage = "quay .io/bitnami/redis:latest"
35+ const redisImage = "docker .io/bitnami/redis:latest"
3636
3737type RedisDumpTestSuite struct {
3838 suite.Suite
You can’t perform that action at this time.
0 commit comments