Skip to content

Commit 413c906

Browse files
authored
Merge pull request #89 from Dstack-TEE/pin-ingress-v2-digest
Pin dstack-ingress image to v2.0 digest
2 parents 0c9f5c6 + f3be42c commit 413c906

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

custom-domain/dstack-ingress/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can use a wildcard domain (e.g. `*.myapp.com`) to route all subdomains to a
3535
```yaml
3636
services:
3737
dstack-ingress:
38-
image: dstacktee/dstack-ingress:latest
38+
image: dstacktee/dstack-ingress:2.0@sha256:9fb13c42dceaba91d2e2e7de3a06700a2cf507f4335ae70f3f1db4574a5ad552
3939
ports:
4040
- "443:443"
4141
environment:
@@ -64,7 +64,7 @@ volumes:
6464
```yaml
6565
services:
6666
dstack-ingress:
67-
image: dstacktee/dstack-ingress:latest
67+
image: dstacktee/dstack-ingress:2.0@sha256:9fb13c42dceaba91d2e2e7de3a06700a2cf507f4335ae70f3f1db4574a5ad552
6868
ports:
6969
- "443:443"
7070
environment:
@@ -102,7 +102,7 @@ Use `ROUTING_MAP` to route different domains to different backends via SNI:
102102
```yaml
103103
services:
104104
ingress:
105-
image: dstacktee/dstack-ingress:latest
105+
image: dstacktee/dstack-ingress:2.0@sha256:9fb13c42dceaba91d2e2e7de3a06700a2cf507f4335ae70f3f1db4574a5ad552
106106
ports:
107107
- "443:443"
108108
environment:

custom-domain/dstack-ingress/docker-compose.multi.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
services:
22
ingress:
3-
# TODO: pin by digest for production (dstacktee/dstack-ingress@sha256:...)
4-
image: dstacktee/dstack-ingress:latest
3+
image: dstacktee/dstack-ingress:2.0@sha256:9fb13c42dceaba91d2e2e7de3a06700a2cf507f4335ae70f3f1db4574a5ad552
54
ports:
65
- "443:443"
76
environment:

custom-domain/dstack-ingress/docker-compose.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
services:
22
dstack-ingress:
3-
# TODO: pin by digest for production (dstacktee/dstack-ingress@sha256:...)
4-
image: dstacktee/dstack-ingress:latest
3+
image: dstacktee/dstack-ingress:2.0@sha256:9fb13c42dceaba91d2e2e7de3a06700a2cf507f4335ae70f3f1db4574a5ad552
54
ports:
65
- "443:443"
76
environment:

0 commit comments

Comments
 (0)