mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
chore: use gcr.io for postgres image in OpenContainerized
(#8015)
Refs #7935
This commit is contained in:
committed by
GitHub
parent
7d54fd5e0d
commit
4f512fb230
@ -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