Atridad Lahiji atridad
  • ???
  • https://atri.dad
  • Software Developer and IT professional with over a decade of experience, Master’s student at USASK, and owner of Atash Consulting.

    Pronouns: he/they

  • Joined on 2025-06-08

atridotdad (4c8105d2639bda11ece9113ae640d3acd6f0a278)

Published 2026-03-07 00:38:16 -07:00 by atridad in atridad/atridotdad

Installation

docker pull git.atri.dad/atridad/atridotdad:4c8105d2639bda11ece9113ae640d3acd6f0a278
sha256:dc814d77da654427b4c0033a103272a6120ad9d0a7a195ae3f370e1bd7252f78

About this package

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

Image Layers

ADD alpine-minirootfs-3.22.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
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
COPY /usr/local/bin/bun /usr/local/bin/ # buildkit
COPY docker-entrypoint.sh /usr/local/bin/ # buildkit
RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /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
RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /bin/sh -c addgroup -g 1000 bun && adduser -u 1000 -G bun -s /bin/sh -D bun && ln -s /usr/local/bin/bun /usr/local/bin/bunx && apk add libgcc libstdc++ && which bun && which bunx && bun --version # buildkit
WORKDIR /home/bun/app
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
CMD ["/usr/local/bin/bun"]
WORKDIR /app
WORKDIR /app
COPY /app/dist ./dist # buildkit
COPY /app/node_modules ./node_modules # buildkit
COPY package.json ./ # buildkit
ENV HOST=0.0.0.0
ENV PORT=4321
EXPOSE [4321/tcp]
CMD ["bun" "run" "./dist/server/entry.mjs"]

Labels

Key Value
org.opencontainers.image.created 2026-02-08T09:32:45.856Z
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 cf6cdbbbadd50604bc17f21ed5d0612c920a5d9a
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.9-alpine
Details
Container
2026-03-07 00:38:16 -07:00
1
OCI / Docker
linux/amd64
NOASSERTION
109 MiB
Versions (7) View all