Running into this on deploy: ``` --- 2025-08-22T00:33:52.056Z debug Checking for local image regist

Running into this on deploy:

--- 2025-08-22T00:33:52.056Z debug
Checking for local image registry.cloudflare.com/<account-id>/rust-task-container-staging:90ba2969 failed with error: Expected there to only be 1 valid digests for this repository: registry.cloudflare.com/<account-id>/rust-task-container-staging but there were 0
---

--- 2025-08-22T00:34:28.883Z log

---

--- 2025-08-22T00:34:28.934Z error
✘ [ERROR] Error rolling out application rust-task-container-staging due to an internal error (request id: undefined):   Internal Server Error


---

--- 2025-08-22T00:34:28.935Z debug
Error: Error rolling out application rust-task-container-staging due to an internal error (request id: undefined):   Internal Server Error
    at apply (/Users/myname/projects/work/utc/apps/edge-service/node_modules/wrangler/wrangler-dist/cli.js:64300:17)
    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    at async deployContainers (/Users/myname/projects/work/utc/apps/edge-service/node_modules/wrangler/wrangler-dist/cli.js:64435:5)
    at async deploy (/Users/myname/projects/work/utc/apps/edge-service/node_modules/wrangler/wrangler-dist/cli.js:152882:5)
    at async Object.handler (/Users/myname/projects/work/utc/apps/edge-service/node_modules/wrangler/wrangler-dist/cli.js:80948:66)
    at async Object.handler (/Users/myname/projects/work/utc/apps/edge-service/node_modules/wrangler/wrangler-dist/cli.js:77880:7)
---


rust-task-container-staging already exists and can be viewed from the dashboard btw.

EDIT: Ok found a way to reproduce this. wrangler deploy will always fail the very first time when there is no image and generate an image tagged registry.cloudflare.com. If I keep the image and run deploy, it will succeed with
Image already exists remotely, skipping push
. If you delete the image from Docker Desktop and run deploy you will run into the same error. This explains why it always fails in ci.
Was this page helpful?