busforge (sha256:07fe3ac82160ae44958223134accb0c0f2adad3f219110b5c7249e877fcb30d9)
Published 2026-07-16 17:44:58 +02:00 by tf
Installation
docker pull git.fohlmeister.org/tf/busforge@sha256:07fe3ac82160ae44958223134accb0c0f2adad3f219110b5c7249e877fcb30d9sha256:07fe3ac82160ae44958223134accb0c0f2adad3f219110b5c7249e877fcb30d9About this package
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
Image layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1777939200' |
| COPY docker-entrypoint.sh /usr/local/bin # buildkit |
| COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit |
| RUN /bin/sh -c mkdir -p /usr/local/bun-node-fallback-bin && ln -s /usr/local/bin/bun /usr/local/bun-node-fallback-bin/node # buildkit |
| ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bun-node-fallback-bin |
| ARG BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 |
| ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 |
| ARG BUN_INSTALL_BIN=/usr/local/bin |
| ENV BUN_INSTALL_BIN=/usr/local/bin |
| RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /bin/sh -c groupadd bun --gid 1000 && useradd bun --uid 1000 --gid bun --shell /bin/sh --create-home && ln -s /usr/local/bin/bun /usr/local/bin/bunx && which bun && which bunx && bun --version # buildkit |
| WORKDIR /home/bun/app |
| ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"] |
| CMD ["/usr/local/bin/bun"] |
| WORKDIR /app |
| COPY /app ./ # buildkit |
| ARG BUSFORGE_VERSION=v0.4.127 |
| ARG BUSFORGE_COMMIT=5ec85c1 |
| ARG BUSFORGE_BUILT_AT=2026-07-16T15:44:36Z |
| RUN |3 BUSFORGE_VERSION=v0.4.127 BUSFORGE_COMMIT=5ec85c1 BUSFORGE_BUILT_AT=2026-07-16T15:44:36Z /bin/sh -c printf '{"version":"%s","commit":"%s","builtAt":"%s"}\n' "$BUSFORGE_VERSION" "$BUSFORGE_COMMIT" "$BUSFORGE_BUILT_AT" > /app/version.json # buildkit |
| ENV PORT=3000 |
| EXPOSE map[3000/tcp:{}] |
| HEALTHCHECK &{["CMD-SHELL" "bun -e \"fetch('http://localhost:'+(process.env.PORT||3000)+'/').then(r=>process.exit(r.ok?0:1)).catch(()=>process.exit(1))\""] "30s" "5s" "20s" "0s" '\x03'} |
| CMD ["bun" "run" "apps/server/src/index.ts"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-05-13T03:50:35.268Z |
| org.opencontainers.image.description | Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one |
| org.opencontainers.image.licenses | NOASSERTION |
| org.opencontainers.image.revision | 0d9b296af33f2b851fcbf4df3e9ec89751734ba4 |
| org.opencontainers.image.source | https://github.com/oven-sh/bun |
| org.opencontainers.image.title | bun |
| org.opencontainers.image.url | https://github.com/oven-sh/bun |
| org.opencontainers.image.version | 1.3.14 |
Details
2026-07-16 17:44:58 +02:00
Versions (11)
View all
Container
2
OCI / Docker
linux/amd64
NOASSERTION
152 MiB
v0.4.128
2026-07-23
main-7224fcf
2026-07-23
latest
2026-07-23
v0.4.127
2026-07-16
main-5ec85c1
2026-07-16