bokflinken (pr-428)

Published 2026-03-07 22:06:27 +00:00 by woodenstake-ci

Installation

docker pull forge.woodenstake.se/woodenstake/bokflinken:pr-428
sha256:ad85a9ade55d061d649725389d68241aec8f3c3483d255f1d63464384bb12978

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 groupadd --gid 1001 appgroup && useradd --uid 1001 --gid appgroup --shell /bin/bash --create-home bokflinken
WORKDIR /app
ENV NODE_ENV=production
COPY dir:d31e5eaf818fbf0e53b2038d6ca95146181f264f7d38c22a8fed79f6ac02c527 in ./node_modules
COPY dir:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef in ./app/node_modules
COPY dir:a6d87f278c2440fc79296eec77475569b76fa7235b105cc9b87a5c14de11c9e9 in ./modules
COPY dir:019eaa41c681770736605bbbfad7b1f82885543c54c1ed2d197092930e5d6d56 in ./app/.output
COPY file:c06d783b9215b0c004e60f44913a923cb2e91241632b4a65d362f06ff1349174 in ./
COPY file:334a7b576b10f04bf4d4430a803a0cd3fe7af2a1568ef4d107df893a72234519 in ./app/
ENV PORT=3000
EXPOSE 3000
USER bokflinken
HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 CMD bun -e "fetch('http://localhost:3000/').then(r => r.ok ? process.exit(0) : process.exit(1)).catch(() => process.exit(1))"
CMD ["bun", "run", "app/.output/server/index.mjs"]

Labels

Key Value
io.buildah.version 1.28.2
org.opencontainers.image.created 2026-02-26T07:10:54.054Z
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-debian
Details
Container
2026-03-07 22:06:27 +00:00
1
OCI / Docker
linux/arm64
NOASSERTION
171 MiB
Versions (149) View all