bokflinken (sha256:f14f8221ceeb65c786363b60f7d56240bb53550faa0684734455e3b08bb8248b)

Published 2026-03-19 12:03:11 +00:00 by woodenstake-ci

Installation

docker pull forge.woodenstake.se/woodenstake/bokflinken@sha256:f14f8221ceeb65c786363b60f7d56240bb53550faa0684734455e3b08bb8248b
sha256:f14f8221ceeb65c786363b60f7d56240bb53550faa0684734455e3b08bb8248b

About this package

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

Image layers

# debian.sh --arch 'amd64' 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:a8aef8a7a0969e51c82ea651a0ccdfc685fb373276fb99468f0bbcd5c0aeb2ce in ./node_modules
COPY dir:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef in ./app/node_modules
COPY dir:f324cbcaa4a61b5a63433a9be6c4e9c60fc6e2f65253fd323fda4318410de940 in ./modules
COPY dir:7e569dbaa977841f50f8ecba3622575137f26c18f899c09f6e42fe7502779912 in ./app/.output
COPY file:c06d783b9215b0c004e60f44913a923cb2e91241632b4a65d362f06ff1349174 in ./
COPY file:11ebd45340f061a6eac4969a288733c664ec72e8b5837885ded820628a631194 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-19 12:03:11 +00:00
1
OCI / Docker
linux/amd64
NOASSERTION
175 MiB
Versions (149) View all