bun-runner (bootstrap-arm64)

Published 2026-03-12 12:43:27 +00:00 by woodenstake-ci

Installation

docker pull forge.woodenstake.se/woodenstake/bun-runner:bootstrap-arm64
sha256:d91a1289a22ee02190f897d6c4bd03c8a241ff4e5555de31b027414d7df8906c

About this package

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

Image layers

# debian.sh --arch 'arm64' out/ 'trixie' '@1771804800'
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_CONF=$(find /etc/postgresql -name postgresql.conf | head -1) && sed -i "s/^port = .*/port = 5432/" "$PG_CONF" && 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-26T07:10:59.526Z
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 30e609e08073cf7114bfb278506962a5b19d0677
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.10
Details
Container
2026-03-12 12:43:27 +00:00
0
OCI / Docker
linux/arm64
NOASSERTION
760 MiB
Versions (10) View all