Skip to content

Commit 4f512fb

Browse files
authored
chore: use gcr.io for postgres image in OpenContainerized (#8015)
Refs #7935
1 parent 7d54fd5 commit 4f512fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/postgres/postgres.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func OpenContainerized(port int) (string, func(), error) {
6363
}
6464

6565
resource, err := pool.RunWithOptions(&dockertest.RunOptions{
66-
Repository: "postgres",
66+
Repository: "gcr.io/coder-dev-1/postgres",
6767
Tag: "13",
6868
Env: []string{
6969
"POSTGRES_PASSWORD=postgres",

0 commit comments

Comments
 (0)