Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2c542cf

Browse files
committedMar 17, 2023
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

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Maintainers: Jarred Sumner <jarred@oven.sh> (@Jarred-Sumner),
2+
Ashcon Partovi <ashcon@oven.sh> (@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
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log("Hello from Bun!");
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Hello from Bun!

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

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../run-bun-in-container.sh

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

+7
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)
Please sign in to comment.