chore: use gcr.io for postgres image in OpenContainerized (#8015)

Refs #7935
This commit is contained in:
Mathias Fredriksson
2023-06-13 22:03:33 +03:00
committed by GitHub
parent 7d54fd5e0d
commit 4f512fb230

View File

@ -63,7 +63,7 @@ func OpenContainerized(port int) (string, func(), error) {
}
resource, err := pool.RunWithOptions(&dockertest.RunOptions{
Repository: "postgres",
Repository: "gcr.io/coder-dev-1/postgres",
Tag: "13",
Env: []string{
"POSTGRES_PASSWORD=postgres",