Skip to content

Commit 2c542cf

Browse files
committed
New image: bun
1 parent 62e6ebb commit 2c542cf

File tree

5 files changed

+23
-0
lines changed

5 files changed

+23
-0
lines changed

library/bun

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Maintainers: Jarred Sumner <[email protected]> (@Jarred-Sumner),
2+
Ashcon Partovi <[email protected]> (@Electroid)
3+
GitRepo: https://github.com/oven-sh/bun.git
4+
5+
Tags: latest, debian, 0.5.7, 0.5.7-debian, 0.5, 0.5-debian
6+
Architectures: amd64, arm64v8
7+
GitCommit: 37293cb26a8239d4f387218a1fdadc522787835f
8+
Directory: dockerhub/debian
9+
10+
Tags: debian-slim, 0.5.7-debian-slim, 0.5-debian-slim
11+
Architectures: amd64, arm64v8
12+
GitCommit: 37293cb26a8239d4f387218a1fdadc522787835f
13+
Directory: dockerhub/debian-slim
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log("Hello from Bun!");
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Hello from Bun!

test/tests/bun-hello-world/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../run-bun-in-container.sh

test/tests/run-bun-in-container.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
set -e
3+
4+
testDir="$(readlink -f "$(dirname "$BASH_SOURCE")")"
5+
runDir="$(dirname "$(readlink -f "$BASH_SOURCE")")"
6+
7+
source "$runDir/run-in-container.sh" "$testDir" "$1" bun ./container.js

0 commit comments

Comments
 (0)