Skip to content

Commit 2b4fbcb

Browse files
h4x3rotabclaude
andcommitted
chore(ingress): bump image tag to 2.2
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ea4c114 commit 2b4fbcb

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

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:2.1@sha256:36894662bdd252d53e8492be147f43dd7d91a5732a78a2a85f39e55c1460b4d0
38+
image: dstacktee/dstack-ingress:2.2
3939
ports:
4040
- "443:443"
4141
environment:
@@ -64,7 +64,7 @@ volumes:
6464
```yaml
6565
services:
6666
dstack-ingress:
67-
image: dstacktee/dstack-ingress:2.1@sha256:36894662bdd252d53e8492be147f43dd7d91a5732a78a2a85f39e55c1460b4d0
67+
image: dstacktee/dstack-ingress:2.2
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:2.1@sha256:36894662bdd252d53e8492be147f43dd7d91a5732a78a2a85f39e55c1460b4d0
105+
image: dstacktee/dstack-ingress:2.2
106106
ports:
107107
- "443:443"
108108
environment:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
ingress:
3-
image: dstacktee/dstack-ingress:2.1@sha256:36894662bdd252d53e8492be147f43dd7d91a5732a78a2a85f39e55c1460b4d0
3+
image: dstacktee/dstack-ingress:2.2
44
ports:
55
- "443:443"
66
environment:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
dstack-ingress:
3-
image: dstacktee/dstack-ingress:2.1@sha256:36894662bdd252d53e8492be147f43dd7d91a5732a78a2a85f39e55c1460b4d0
3+
image: dstacktee/dstack-ingress:2.2
44
ports:
55
- "443:443"
66
environment:

k3s/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
restart: unless-stopped
3737

3838
dstack-ingress:
39-
image: dstacktee/dstack-ingress:2.1@sha256:36894662bdd252d53e8492be147f43dd7d91a5732a78a2a85f39e55c1460b4d0
39+
image: dstacktee/dstack-ingress:2.2
4040
ports:
4141
- "443:443"
4242
environment:

0 commit comments

Comments
 (0)