-
Notifications
You must be signed in to change notification settings - Fork 629
Open
Description
I am trying to use a dietpi -
- DietPi v10.0.1
- Device model : Native PC (x86_64)
During deployment I keep getting - Error: Image too large: needs 2173MB, but your app is limited to images with size 2000MB. Your need more disk for this image.
Docker image sizes -
dietpi@dietpinuc ~/ved-openclaw> docker images | grep ved-openclawd-sandbox
WARNING: This output is designed for human readability. For machine-readable output, please use --format.
ved-openclawd-sandbox:10b1e259 9c8f7a66d597 2.7GB 0B
ved-openclawd-sandbox:1414960f bd5778b7bfbb 1.84GB 0B
ved-openclawd-sandbox:342f2187 f86628179244 1.64GB 0B
ved-openclawd-sandbox:8c99f356 bd5778b7bfbb 1.84GB 0B
ved-openclawd-sandbox:c17c77eb bd5778b7bfbb 1.84GB 0B
ved-openclawd-sandbox:d2435332 97afad25766f 1.64GB 0B
ved-openclawd-sandbox:dcf1e3a8 2e248dff133f 1.84GB 0B
ved-openclawd-sandbox:latest 97afad25766f 1.64GB 0B
Deploy log -
dietpi@dietpinuc ~/ved-openclaw [1]> cat /home/dietpi/.config/.wrangler/logs/wrangler-2026-01-31_16-55-51_996.log
--- 2026-01-31T16:55:52.198Z debug
🪵 Writing logs to "/home/dietpi/.config/.wrangler/logs/wrangler-2026-01-31_16-55-51_996.log"
---
--- 2026-01-31T16:55:52.197Z debug
.env file not found at "/home/dietpi/ved-openclaw/.env". Continuing... For more details, refer to https://developers.cloudflare.com/workers/wrangler/system-environment-variables/
---
--- 2026-01-31T16:55:52.199Z debug
.env file not found at "/home/dietpi/ved-openclaw/.env.local". Continuing... For more details, refer to https://developers.cloudflare.com/workers/wrangler/system-environment-variables/
---
--- 2026-01-31T16:55:52.208Z log
⛅️ wrangler 4.61.1
───────────────────
---
--- 2026-01-31T16:55:52.211Z info
Using redirected Wrangler configuration.
- Configuration being used: "dist/ved_openclaw/wrangler.json"
- Original user's configuration: "wrangler.jsonc"
- Deploy configuration file: ".wrangler/deploy/config.json"
---
--- 2026-01-31T16:55:52.220Z debug
Metrics dispatcher: Posting data {"deviceId":"8aaec204-0274-499c-99f0-b2079097a92a","event":"wrangler command started","timestamp":1769878552220,"properties":{"amplitude_session_id":1769878552217,"amplitude_event_id":0,"wranglerVersion":"4.61.1","wranglerMajorVersion":4,"wranglerMinorVersion":61,"wranglerPatchVersion":1,"osPlatform":"Linux","osVersion":"#1 SMP PREEMPT_DYNAMIC Debian 6.1.159-1 (2025-12-30)","nodeVersion":25,"packageManager":"npm","isFirstUsage":false,"configFileType":"json","isCI":false,"isPagesCI":false,"isWorkersCI":false,"isInteractive":true,"hasAssets":true,"argsUsed":[],"argsCombination":"","agent":null,"sanitizedCommand":"deploy","sanitizedArgs":{}}}
---
--- 2026-01-31T16:55:52.258Z debug
Retrieving cached values for account from node_modules/.cache/wrangler
---
--- 2026-01-31T16:55:52.259Z debug
Starting verifyWorkerMatchesCITag() with tag: undefined, name: ved-openclaw
---
--- 2026-01-31T16:55:52.259Z debug
No WRANGLER_CI_MATCH_TAG variable provided, aborting verifyWorkerMatchesCITag()
---
--- 2026-01-31T16:55:52.260Z debug
-- START CF API REQUEST: GET https://api.cloudflare.com/client/v4/accounts/91d08f9efa74ba20738008669f17cdf1/workers/services/ved-openclaw
---
--- 2026-01-31T16:55:52.260Z debug
QUERY STRING: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:52.261Z debug
HEADERS: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:52.261Z debug
INIT: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:52.261Z debug
-- END CF API REQUEST
---
--- 2026-01-31T16:55:53.059Z debug
-- START CF API RESPONSE: OK 200
---
--- 2026-01-31T16:55:53.059Z debug
HEADERS: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:53.059Z debug
RESPONSE: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:53.059Z debug
-- END CF API RESPONSE
---
--- 2026-01-31T16:55:53.060Z debug
-- START CF API REQUEST: GET https://api.cloudflare.com/client/v4/accounts/91d08f9efa74ba20738008669f17cdf1/workers/scripts/ved-openclaw/secrets
---
--- 2026-01-31T16:55:53.060Z debug
QUERY STRING: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:53.060Z debug
HEADERS: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:53.060Z debug
INIT: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:53.060Z debug
-- END CF API REQUEST
---
--- 2026-01-31T16:55:53.736Z debug
-- START CF API RESPONSE: OK 200
---
--- 2026-01-31T16:55:53.737Z debug
HEADERS: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:53.737Z debug
RESPONSE: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:53.737Z debug
-- END CF API RESPONSE
---
--- 2026-01-31T16:55:53.737Z debug
-- START CF API REQUEST: GET https://api.cloudflare.com/client/v4/accounts/91d08f9efa74ba20738008669f17cdf1/workers/scripts/ved-openclaw/deployments
---
--- 2026-01-31T16:55:53.738Z debug
QUERY STRING: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:53.738Z debug
HEADERS: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:53.738Z debug
INIT: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:53.738Z debug
-- END CF API REQUEST
---
--- 2026-01-31T16:55:54.115Z debug
-- START CF API RESPONSE: OK 200
---
--- 2026-01-31T16:55:54.115Z debug
HEADERS: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:54.115Z debug
RESPONSE: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:54.115Z debug
-- END CF API RESPONSE
---
--- 2026-01-31T16:55:54.123Z info
Attaching additional modules:
---
--- 2026-01-31T16:55:54.132Z log
┌──────────────────────────────────────────────┬──────┬─────────────┐
│ Name │ Type │ Size │
├──────────────────────────────────────────────┼──────┼─────────────┤
│ assets/BrowserWebSocketTransport-_4zER8KH.js │ esm │ 0.81 KiB │
├──────────────────────────────────────────────┼──────┼─────────────┤
│ assets/NodeWebSocketTransport-Cl0aNdiw.js │ esm │ 2.02 KiB │
├──────────────────────────────────────────────┼──────┼─────────────┤
│ assets/_commonjsHelpers-TeSvKOnp.js │ esm │ 0.88 KiB │
├──────────────────────────────────────────────┼──────┼─────────────┤
│ assets/config-error-D0j8C09F.html │ text │ 4.02 KiB │
├──────────────────────────────────────────────┼──────┼─────────────┤
│ assets/index-zA9f5c6P.js │ esm │ 19.77 KiB │
├──────────────────────────────────────────────┼──────┼─────────────┤
│ assets/loading-BMnV9yqH.html │ text │ 4.74 KiB │
├──────────────────────────────────────────────┼──────┼─────────────┤
│ assets/promises-DZsI_f3G.js │ esm │ 5.08 KiB │
├──────────────────────────────────────────────┼──────┼─────────────┤
│ assets/worker-entry-D42HsMwF.js │ esm │ 990.27 KiB │
├──────────────────────────────────────────────┼──────┼─────────────┤
│ Total (8 modules) │ │ 1027.59 KiB │
└──────────────────────────────────────────────┴──────┴─────────────┘
---
--- 2026-01-31T16:55:54.133Z debug
-- START CF API REQUEST: GET https://api.cloudflare.com/client/v4/accounts/91d08f9efa74ba20738008669f17cdf1/workers/scripts
---
--- 2026-01-31T16:55:54.133Z debug
QUERY STRING: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:54.133Z debug
HEADERS: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:54.133Z debug
INIT: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:54.133Z debug
-- END CF API REQUEST
---
--- 2026-01-31T16:55:54.998Z debug
-- START CF API RESPONSE: OK 200
---
--- 2026-01-31T16:55:54.998Z debug
HEADERS: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:54.998Z debug
RESPONSE: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:54.998Z debug
-- END CF API RESPONSE
---
--- 2026-01-31T16:55:54.999Z info
🌀 Building list of assets...
---
--- 2026-01-31T16:55:55.000Z info
✨ Read 6 files from the assets directory /home/dietpi/ved-openclaw/dist/client
---
--- 2026-01-31T16:55:55.000Z debug
/assets
---
--- 2026-01-31T16:55:55.000Z debug
/index.html
---
--- 2026-01-31T16:55:55.000Z debug
/logo-small.png
---
--- 2026-01-31T16:55:55.000Z debug
/logo.png
---
--- 2026-01-31T16:55:55.000Z debug
/assets/index-B1XPMD5E.css
---
--- 2026-01-31T16:55:55.000Z debug
/assets/index-DaarT2R-.js
---
--- 2026-01-31T16:55:55.008Z info
🌀 Starting asset upload...
---
--- 2026-01-31T16:55:55.009Z debug
-- START CF API REQUEST: POST https://api.cloudflare.com/client/v4/accounts/91d08f9efa74ba20738008669f17cdf1/workers/scripts/ved-openclaw/assets-upload-session
---
--- 2026-01-31T16:55:55.009Z debug
QUERY STRING: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:55.009Z debug
HEADERS: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:55.009Z debug
INIT: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:55.009Z debug
-- END CF API REQUEST
---
--- 2026-01-31T16:55:57.845Z debug
-- START CF API RESPONSE: OK 200
---
--- 2026-01-31T16:55:57.845Z debug
HEADERS: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:57.845Z debug
RESPONSE: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:57.845Z debug
-- END CF API RESPONSE
---
--- 2026-01-31T16:55:57.846Z info
No updated asset files to upload. Proceeding with deployment...
---
--- 2026-01-31T16:55:57.872Z log
Total Upload: 1027.86 KiB / gzip: 214.55 KiB
---
--- 2026-01-31T16:55:57.934Z debug
-- START CF API REQUEST: GET https://api.cloudflare.com/client/v4/accounts/91d08f9efa74ba20738008669f17cdf1/workers/scripts/ved-openclaw/settings
---
--- 2026-01-31T16:55:57.934Z debug
QUERY STRING: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:57.935Z debug
HEADERS: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:57.935Z debug
INIT: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:57.935Z debug
-- END CF API REQUEST
---
--- 2026-01-31T16:55:58.673Z debug
-- START CF API RESPONSE: OK 200
---
--- 2026-01-31T16:55:58.673Z debug
HEADERS: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:58.673Z debug
RESPONSE: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:58.673Z debug
-- END CF API RESPONSE
---
--- 2026-01-31T16:55:58.676Z debug
-- START CF API REQUEST: PUT https://api.cloudflare.com/client/v4/accounts/91d08f9efa74ba20738008669f17cdf1/workers/scripts/ved-openclaw
---
--- 2026-01-31T16:55:58.676Z debug
QUERY STRING: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:58.676Z debug
HEADERS: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:58.676Z debug
INIT: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:58.682Z debug
BODY: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:55:58.682Z debug
-- END CF API REQUEST
---
--- 2026-01-31T16:56:01.052Z debug
-- START CF API RESPONSE: OK 200
---
--- 2026-01-31T16:56:01.052Z debug
HEADERS: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:56:01.052Z debug
RESPONSE: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:56:01.052Z debug
-- END CF API RESPONSE
---
--- 2026-01-31T16:56:01.052Z log
Worker Startup Time: 16 ms
---
--- 2026-01-31T16:56:01.054Z log
Your Worker has access to the following bindings:
---
--- 2026-01-31T16:56:01.054Z log
Binding Resource
---
--- 2026-01-31T16:56:01.054Z log
env.Sandbox (Sandbox) Durable Object
---
--- 2026-01-31T16:56:01.054Z log
env.MOLTBOT_BUCKET (moltbot-data) R2 Bucket
---
--- 2026-01-31T16:56:01.054Z log
env.moltbot_data (moltbot-data) R2 Bucket
---
--- 2026-01-31T16:56:01.054Z log
env.ved_openclawd_assets (ved-openclawd-assets) R2 Bucket
---
--- 2026-01-31T16:56:01.054Z log
env.BROWSER Browser
---
--- 2026-01-31T16:56:01.054Z log
env.ASSETS Assets
---
--- 2026-01-31T16:56:01.054Z log
---
--- 2026-01-31T16:56:01.054Z log
The following containers are available:
- ved-openclawd-sandbox (/home/dietpi/ved-openclaw/Dockerfile)
---
--- 2026-01-31T16:56:01.054Z log
---
--- 2026-01-31T16:56:01.055Z log
Uploaded ved-openclaw (7.32 sec)
---
--- 2026-01-31T16:56:01.056Z log
Building image ved-openclawd-sandbox:d2435332
---
--- 2026-01-31T16:56:01.056Z debug
Building image with command: build --load -t ved-openclawd-sandbox:d2435332 --platform linux/amd64 --provenance=false -f - /home/dietpi/ved-openclaw
---
--- 2026-01-31T16:56:01.349Z debug
'docker image inspect ved-openclawd-sandbox:d2435332': []
---
--- 2026-01-31T16:56:01.350Z debug
-- START CF API REQUEST: https://api.cloudflare.com/client/v4/accounts/91d08f9efa74ba20738008669f17cdf1/containers/me
---
--- 2026-01-31T16:56:01.351Z debug
HEADERS: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:56:01.351Z debug
BODY: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:56:01.351Z debug
-- END CF API REQUEST
---
--- 2026-01-31T16:56:03.101Z debug
-- START CF API RESPONSE: OK 200
---
--- 2026-01-31T16:56:03.101Z debug
RESPONSE: omitted; set WRANGLER_LOG_SANITIZE=false to include sanitized data
---
--- 2026-01-31T16:56:03.101Z debug
-- END CF API RESPONSE
---
--- 2026-01-31T16:56:03.121Z debug
Disk size limits when building container image: availableSize=2000MB, requiredSize=2173MB
---
--- 2026-01-31T16:56:03.122Z debug
Metrics dispatcher: Posting data {"deviceId":"8aaec204-0274-499c-99f0-b2079097a92a","event":"wrangler command errored","timestamp":1769878563122,"properties":{"amplitude_session_id":1769878552217,"amplitude_event_id":1,"wranglerVersion":"4.61.1","wranglerMajorVersion":4,"wranglerMinorVersion":61,"wranglerPatchVersion":1,"osPlatform":"Linux","osVersion":"#1 SMP PREEMPT_DYNAMIC Debian 6.1.159-1 (2025-12-30)","nodeVersion":25,"packageManager":"npm","isFirstUsage":false,"configFileType":"json","isCI":false,"isPagesCI":false,"isWorkersCI":false,"isInteractive":true,"hasAssets":true,"argsUsed":[],"argsCombination":"","agent":null,"sanitizedCommand":"deploy","sanitizedArgs":{},"durationMs":10922,"durationSeconds":10.922,"durationMinutes":0.18203333333333335,"errorType":"UserError"}}
---
--- 2026-01-31T16:56:03.124Z log
---
--- 2026-01-31T16:56:03.172Z error
✘ [ERROR] Image too large: needs 2173MB, but your app is limited to images with size 2000MB. Your need more disk for this image.
---
--- 2026-01-31T16:56:03.190Z debug
Error: Image too large: needs 2173MB, but your app is limited to images with size 2000MB. Your need more disk for this image.
at buildAndMaybePush (/home/dietpi/ved-openclaw/node_modules/wrangler/wrangler-dist/cli.js:130828:13)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async buildContainer (/home/dietpi/ved-openclaw/node_modules/wrangler/wrangler-dist/cli.js:145026:10)
at async deployContainers (/home/dietpi/ved-openclaw/node_modules/wrangler/wrangler-dist/cli.js:144005:18)
at async deploy (/home/dietpi/ved-openclaw/node_modules/wrangler/wrangler-dist/cli.js:289526:5)
at async Object.handler (/home/dietpi/ved-openclaw/node_modules/wrangler/wrangler-dist/cli.js:221157:66)
at async /home/dietpi/ved-openclaw/node_modules/wrangler/wrangler-dist/cli.js:172672:26
at async Object.handler (/home/dietpi/ved-openclaw/node_modules/wrangler/wrangler-dist/cli.js:172625:7)```
Metadata
Metadata
Assignees
Labels
No labels