mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: use gcr.io for postgres image in OpenContainerized (#8015)
Refs #7935
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user