Skip to content

Commit

Permalink
Use forked version of postgres 8 to avoid Docker image format version…
Browse files Browse the repository at this point in the history
… 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)
  • Loading branch information
dhui authored and ramya-bangera committed Oct 17, 2024
1 parent e1e3a42 commit 0e8dc7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/redshift/redshift_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var (
}

specs = []dktesting.ContainerSpec{
{ImageName: "postgres:8", Options: opts},
{ImageName: "migrate/postgres8:8", Options: opts},
}
)

Expand Down

0 comments on commit 0e8dc7c

Please sign in to comment.