Skip to content

fix(cloud-agent-next): use sandbox 0.10.1 image#3293

Open
kilo-code-bot[bot] wants to merge 2 commits into
mainfrom
feat/bump-node-24-cloud-agent-next
Open

fix(cloud-agent-next): use sandbox 0.10.1 image#3293
kilo-code-bot[bot] wants to merge 2 commits into
mainfrom
feat/bump-node-24-cloud-agent-next

Conversation

@kilo-code-bot
Copy link
Copy Markdown
Contributor

@kilo-code-bot kilo-code-bot Bot commented May 18, 2026

Summary

  • Bumps Cloud Agent Next to cloudflare/sandbox:0.10.1 which updates node to 22

Verification

Manually verified locally

The cloudflare/sandbox:0.9.2 base image ships Node v20.20.2 as a plain
binary at /usr/local/bin/node with no version manager. Add an explicit
RUN layer immediately after FROM that downloads Node 24.15.0 from
nodejs.org and extracts it to /usr/local --strip-components=1, overwriting
the base image binaries in-place.

Uses .tar.gz (not .tar.xz) to avoid requiring xz-utils, which is not
present in the base image. curl, tar, and gzip are all available.
Comment thread services/cloud-agent-next/Dockerfile Outdated
Comment thread services/cloud-agent-next/Dockerfile.dev Outdated
@kilo-code-bot
Copy link
Copy Markdown
Contributor Author

kilo-code-bot Bot commented May 18, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Executive Summary

The two previously flagged supply-chain WARNINGs are resolved: the Node.js tarball download blocks (without checksum verification) have been removed from both Dockerfiles, replaced by upgrading the base image directly to cloudflare/sandbox:0.10.1 which ships with Node.js pre-installed.

Previously Flagged Issues (now resolved)
File Issue Status
services/cloud-agent-next/Dockerfile No SHA256 checksum verification for downloaded Node.js tarball ✅ Fixed — curl/tar block removed
services/cloud-agent-next/Dockerfile.dev Same missing checksum verification ✅ Fixed — curl/tar block removed
Files Reviewed (5 files)
  • services/cloud-agent-next/Dockerfile — 0 issues
  • services/cloud-agent-next/Dockerfile.dev — 0 issues
  • services/cloud-agent-next/package.json — 0 issues
  • services/cloud-agent-next/README.md — 0 issues
  • pnpm-lock.yaml — 0 issues

Reviewed by claude-sonnet-4.6 · 145,040 tokens

Review guidance: REVIEW.md from base branch main

@eshurakov eshurakov changed the title feat(cloud-agent-next): upgrade Node.js from v20 to v24 in sandbox image fix(cloud-agent-next): use sandbox 0.10.1 image May 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants