bun-runner (d76ac530376132332f58c92d1a12899d67e42093)

Published 2026-02-02 19:54:41 +00:00 by woodenstake-ci

Installation

docker pull forge.woodenstake.se/woodenstake/bun-runner:d76ac530376132332f58c92d1a12899d67e42093
sha256:59af5ecae9fdbac21cb48e70e265b768167578a4a3b9ee2bf8045c25eef51939

About 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 apt-get update && apt-get install -y postgresql postgresql-contrib && rm -rf /var/lib/apt/lists/*
/bin/sh -c PG_HBA=$(find /etc/postgresql -name pg_hba.conf | head -1) && echo "local all all trust" > "$PG_HBA" && echo "host all all 127.0.0.1/32 trust" >> "$PG_HBA" && echo "host all all ::1/128 trust" >> "$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 package ===" && bun add -g playwright && echo "Playwright package installed"
/bin/sh -c echo "=== Testing bun x ===" && bun x playwright --version && echo "bun x is working"
/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 && 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
Container
2026-02-02 19:54:41 +00:00
3
OCI / Docker
linux/arm64
NOASSERTION
687 MiB
Versions (10) View all