Skip to content

Commit e1a7e31

Browse files
committed
Use forked version of postgres 8 to avoid Docker image format version issues.
See: https://docs.docker.com/engine/deprecated/#pushing-and-pulling-with-image-manifest-v2-schema-1 Forked images created by pulling the original image and pushing to the fork. For more details, see: golang-migrate#1143 (comment)
1 parent 899a244 commit e1a7e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/redshift/redshift_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ var (
4040
}
4141

4242
specs = []dktesting.ContainerSpec{
43-
{ImageName: "postgres:8", Options: opts},
43+
{ImageName: "migrate/postgres8:8", Options: opts},
4444
}
4545
)
4646

0 commit comments

Comments
 (0)