|
1 | 1 | {
|
| 2 | + "$schema": "https://json.schemastore.org/aspire-8.0.json", |
2 | 3 | "resources": {
|
3 | 4 | "pg1": {
|
4 | 5 | "type": "container.v0",
|
5 | 6 | "connectionString": "Host={pg1.bindings.tcp.host};Port={pg1.bindings.tcp.port};Username=postgres;Password={pg1-password.value}",
|
6 |
| - "image": "postgres:16.2", |
| 7 | + "image": "docker.io/library/postgres:16.2", |
7 | 8 | "env": {
|
8 | 9 | "POSTGRES_HOST_AUTH_METHOD": "scram-sha-256",
|
9 | 10 | "POSTGRES_INITDB_ARGS": "--auth-host=scram-sha-256 --auth-local=scram-sha-256",
|
|
26 | 27 | "pg2": {
|
27 | 28 | "type": "container.v0",
|
28 | 29 | "connectionString": "Host={pg2.bindings.tcp.host};Port={pg2.bindings.tcp.port};Username=postgres;Password={pg2-password.value}",
|
29 |
| - "image": "postgres:16.2", |
| 30 | + "image": "docker.io/library/postgres:16.2", |
30 | 31 | "env": {
|
31 | 32 | "POSTGRES_HOST_AUTH_METHOD": "scram-sha-256",
|
32 | 33 | "POSTGRES_INITDB_ARGS": "--auth-host=scram-sha-256 --auth-local=scram-sha-256",
|
|
49 | 50 | "pg3": {
|
50 | 51 | "type": "container.v0",
|
51 | 52 | "connectionString": "Host={pg3.bindings.tcp.host};Port={pg3.bindings.tcp.port};Username=postgres;Password={pg3-password.value}",
|
52 |
| - "image": "postgres:16.2", |
| 53 | + "image": "docker.io/library/postgres:16.2", |
53 | 54 | "env": {
|
54 | 55 | "POSTGRES_HOST_AUTH_METHOD": "scram-sha-256",
|
55 | 56 | "POSTGRES_INITDB_ARGS": "--auth-host=scram-sha-256 --auth-local=scram-sha-256",
|
|
76 | 77 | "pg4": {
|
77 | 78 | "type": "container.v0",
|
78 | 79 | "connectionString": "Host={pg4.bindings.tcp.host};Port={pg4.bindings.tcp.port};Username=postgres;Password={pg4-password.value}",
|
79 |
| - "image": "postgres:16.2", |
| 80 | + "image": "docker.io/library/postgres:16.2", |
80 | 81 | "env": {
|
81 | 82 | "POSTGRES_HOST_AUTH_METHOD": "scram-sha-256",
|
82 | 83 | "POSTGRES_INITDB_ARGS": "--auth-host=scram-sha-256 --auth-local=scram-sha-256",
|
|
99 | 100 | "pg5": {
|
100 | 101 | "type": "container.v0",
|
101 | 102 | "connectionString": "Host={pg5.bindings.tcp.host};Port={pg5.bindings.tcp.port};Username=postgres;Password={pg5-password.value}",
|
102 |
| - "image": "postgres:16.2", |
| 103 | + "image": "docker.io/library/postgres:16.2", |
103 | 104 | "env": {
|
104 | 105 | "POSTGRES_HOST_AUTH_METHOD": "scram-sha-256",
|
105 | 106 | "POSTGRES_INITDB_ARGS": "--auth-host=scram-sha-256 --auth-local=scram-sha-256",
|
|
122 | 123 | "pg6": {
|
123 | 124 | "type": "container.v0",
|
124 | 125 | "connectionString": "Host={pg6.bindings.tcp.host};Port={pg6.bindings.tcp.port};Username=postgres;Password={pg6-password.value}",
|
125 |
| - "image": "postgres:16.2", |
| 126 | + "image": "docker.io/library/postgres:16.2", |
126 | 127 | "env": {
|
127 | 128 | "POSTGRES_HOST_AUTH_METHOD": "scram-sha-256",
|
128 | 129 | "POSTGRES_INITDB_ARGS": "--auth-host=scram-sha-256 --auth-local=scram-sha-256",
|
|
0 commit comments