Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
bpmct merged 1 commit intomainfromadd-bun-to-dogfood
Jun 1, 2025
Merged

Conversation

bpmct
Copy link
Member

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 withcd dogfood/coder && docker build -t codercom/oss-dogfood:test .
  2. Run the container withdocker 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 withClaude Code

Add Bun JavaScript runtime to the dogfood image, installed in /usr/local/binto ensure persistence across container restarts.🤖 Generated with [Claude Code](https://claude.ai/code)Co-Authored-By: Claude <noreply@anthropic.com>
@bpmctbpmct merged commitbf07a14 intomainJun 1, 2025
34 checks passed
@bpmctbpmct deleted the add-bun-to-dogfood branchJune 1, 2025 21:07
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsJun 1, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@kylecarbskylecarbskylecarbs approved these changes

Assignees

@bpmctbpmct

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@bpmct@kylecarbs

[8]ページ先頭

©2009-2025 Movatter.jp