Skip to content

feat: add Bun v1.2.15 to dogfood image #18154

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 1, 2025
Merged

feat: add Bun v1.2.15 to dogfood image #18154

merged 1 commit into from
Jun 1, 2025

Conversation

bpmct
Copy link
Member

@bpmct bpmct commented Jun 1, 2025

Summary

  • Adds Bun JavaScript runtime (v1.2.15) to the dogfood image
  • Installs Bun to /usr/local/bin to ensure persistence when /home/coder is mounted
  • Verified that Bun works correctly in the built container

Test plan

  1. Build the dogfood image with cd dogfood/coder && docker build -t codercom/oss-dogfood:test .
  2. Run the container with docker run --rm -it codercom/oss-dogfood:test bash
  3. Test Bun in the container with:
    • bun --version (should output 1.2.15)
    • cd /tmp && echo "console.log('Hello from Bun\!');" > test.js && bun run test.js

🤖 Generated with Claude Code

Add Bun JavaScript runtime to the dogfood image, installed in /usr/local/bin
to ensure persistence across container restarts.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@bpmct bpmct merged commit bf07a14 into main Jun 1, 2025
34 checks passed
@bpmct bpmct deleted the add-bun-to-dogfood branch June 1, 2025 21:07
@github-actions github-actions bot locked and limited conversation to collaborators Jun 1, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants