We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
OpenContainerized
1 parent 7d54fd5 commit 4f512fbCopy full SHA for 4f512fb
coderd/database/postgres/postgres.go
@@ -63,7 +63,7 @@ func OpenContainerized(port int) (string, func(), error) {
63
}
64
65
resource, err := pool.RunWithOptions(&dockertest.RunOptions{
66
- Repository: "postgres",
+ Repository: "gcr.io/coder-dev-1/postgres",
67
Tag: "13",
68
Env: []string{
69
"POSTGRES_PASSWORD=postgres",
0 commit comments