bun-runner (b71d2eb07ece8e9a2e3ed712884f4d0dcd00945d)
Published 2026-02-03 14:21:30 +00:00 by woodenstake-ci
Installation
docker pull forge.woodenstake.se/woodenstake/bun-runner:b71d2eb07ece8e9a2e3ed712884f4d0dcd00945dsha256:8eca5805714565e7e65825afc9fe08fa77c32428f125e89c491ebe20f768de05About this package
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
Image layers
| # debian.sh --arch 'arm64' out/ 'trixie' '@1768176000' |
| 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"] |
| /bin/sh -c apt-get update && apt-get install -y git curl unzip jq ca-certificates gnupg libnss3 libnspr4 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libxkbcommon0 libxcomposite1 libxdamage1 libxfixes3 libxrandr2 libgbm1 libasound2 libpango-1.0-0 libcairo2 && rm -rf /var/lib/apt/lists/* |
| /bin/sh -c rm -f /usr/local/bun-node-fallback-bin/node && curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && apt-get install -y nodejs && rm -rf /var/lib/apt/lists/* && node --version |
| /bin/sh -c apt-get update && apt-get install -y postgresql postgresql-contrib && rm -rf /var/lib/apt/lists/* |
| /bin/sh -c service postgresql start && su - postgres -c "psql -c \"ALTER USER postgres WITH PASSWORD 'postgres';\"" && service postgresql stop |
| /bin/sh -c PG_HBA=$(find /etc/postgresql -name pg_hba.conf | head -1) && echo "local all all md5" > "$PG_HBA" && echo "host all all 127.0.0.1/32 md5" >> "$PG_HBA" && echo "host all all ::1/128 md5" >> "$PG_HBA" |
| /bin/sh -c echo "=== System Info ===" && uname -a && echo "=== CPU Info ===" && cat /proc/cpuinfo | head -30 && echo "=== Architecture ===" && dpkg --print-architecture |
| /bin/sh -c echo "=== Testing bun ===" && which bun && bun --version && echo "bun is working" |
| /bin/sh -c echo "=== Installing Playwright 1.57.0 ===" && bun add -g playwright@1.57.0 && echo "Playwright package installed" |
| /bin/sh -c echo "=== Installing Chromium browser ===" && bun x playwright install --with-deps chromium && echo "Chromium installed" |
| /bin/sh -c echo "=== Final verification ===" && bun --version && bun x playwright --version && node --version && echo "All installations complete" |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.28.2 |
| org.opencontainers.image.created | 2026-02-01T14:09:44.010Z |
| 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 | ddefa110702e4f219886eab2b10980d1315b7b1b |
| 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 | canary |
Details
2026-02-03 14:21:30 +00:00
Versions (10)
View all
Container
1
OCI / Docker
linux/arm64
NOASSERTION
759 MiB
latest
2026-03-12
bootstrap-arm64
2026-03-12
bootstrap-amd64
2026-03-12
ed2012dcbab21661cd6d71442b5ab633700f19e1
2026-03-01
569d0fb40a25750eab8dac3727e22504617e4934
2026-02-03