- Notifications
You must be signed in to change notification settings - Fork905
Commitbf07a14
feat: add Bun v1.2.15 to dogfood image (#18154)
## Summary- Adds Bun JavaScript runtime (v1.2.15) to the dogfood image- Installs Bun to /usr/local/bin to ensure persistence when /home/coderis mounted- Verified that Bun works correctly in the built container## Test plan1. Build the dogfood image with `cd dogfood/coder && docker build -tcodercom/oss-dogfood:test .`2. Run the container with `docker run --rm -it codercom/oss-dogfood:testbash`3. Test Bun in the container with: - `bun --version` (should output 1.2.15)- `cd /tmp && echo "console.log('Hello from Bun\!');" > test.js && bunrun test.js`🤖 Generated with [Claude Code](https://claude.ai/code)Co-authored-by: Claude <noreply@anthropic.com>1 parent854ef5b commitbf07a14
1 file changed
+9
-2
lines changedLines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
287 | 287 |
| |
288 | 288 |
| |
289 | 289 |
| |
290 |
| - | |
| 290 | + | |
| 291 | + | |
291 | 292 |
| |
292 | 293 |
| |
293 | 294 |
| |
| |||
331 | 332 |
| |
332 | 333 |
| |
333 | 334 |
| |
334 |
| - | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
335 | 342 |
| |
336 | 343 |
| |
337 | 344 |
| |
|
0 commit comments
Comments
(0)