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:
2026-04-20 06:07:39 -04:00
parent afe0667920
commit 68651551e9
+2 -1
View File
@@ -29,8 +29,9 @@ spec:
spec:
containers:
- name: temporal
image: temporalio/temporal:latest
image: temporalio/cli:latest
command:
- temporal
- server
- start-dev
- --db-filename