fix(infra): use temporalio/cli image for Temporal dev server
The temporalio/temporal:latest image no longer has a `server` binary. The dev server is now in temporalio/cli with `temporal server start-dev`. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -29,8 +29,9 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: temporal
|
- name: temporal
|
||||||
image: temporalio/temporal:latest
|
image: temporalio/cli:latest
|
||||||
command:
|
command:
|
||||||
|
- temporal
|
||||||
- server
|
- server
|
||||||
- start-dev
|
- start-dev
|
||||||
- --db-filename
|
- --db-filename
|
||||||
|
|||||||
Reference in New Issue
Block a user