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: #1143 (comment)
  • Loading branch information
dhui committed Sep 6, 2024
1 parent 2d588fb commit e93cde8
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 e93cde8

Please sign in to comment.