Skip to content

fix(vscode-cloud): install Bun alongside Node.js in the container image#35

Merged
github-actions[bot] merged 2 commits into
masterfrom
claude/bun-nodejs-install-aexhqx
Jul 12, 2026
Merged

fix(vscode-cloud): install Bun alongside Node.js in the container image#35
github-actions[bot] merged 2 commits into
masterfrom
claude/bun-nodejs-install-aexhqx

Conversation

@vtempest

Copy link
Copy Markdown
Collaborator

Every other language runtime (Python, Go, Rust, Java, PHP, Ruby, Node.js) gets a dedicated, reliable install step in the Dockerfile, but Bun was missing one entirely and only had a chance of being installed indirectly through the unrelated shell-setup script run much later in the build.

Claude-Session: https://claude.ai/code/session_01TG2cCdrv6Bo9uUxBeyZivb

claude added 2 commits July 11, 2026 23:52
Every other language runtime (Python, Go, Rust, Java, PHP, Ruby, Node.js)
gets a dedicated, reliable install step in the Dockerfile, but Bun was
missing one entirely and only had a chance of being installed indirectly
through the unrelated shell-setup script run much later in the build.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TG2cCdrv6Bo9uUxBeyZivb
Selecting the "node" component on its own (rather than "all") never
pulled in bun, even though the two are meant to be paired. install_components
now appends bun to the selection whenever node is present.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TG2cCdrv6Bo9uUxBeyZivb
@vercel

vercel Bot commented Jul 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
app-demo Building Building Preview, Comment Jul 12, 2026 12:00am
appdemo-dev-tools Building Building Preview, Comment Jul 12, 2026 12:00am
appdemo-dev-tools-9bf9 Building Building Preview, Comment Jul 12, 2026 12:00am
appdemo-dev-tools-9bhw Building Building Preview, Comment Jul 12, 2026 12:00am
appdemo-dev-tools-a54o Building Building Preview, Comment Jul 12, 2026 12:00am
appdemo-dev-tools-hxgy Building Building Preview, Comment Jul 12, 2026 12:00am
appdemo-dev-tools-qz8y Building Building Preview, Comment Jul 12, 2026 12:00am
cccp-deployment Building Building Preview, Comment Jul 12, 2026 12:00am

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