diamountina (sha256:831e9a78c737bd9fec57403799ff44a11a0feb04132f29928c643ba602e72027)

Published 2025-12-13 10:12:52 +01:00 by abdallah

Installation

docker pull git.qotra.dev/abdallah/diamountina@sha256:831e9a78c737bd9fec57403799ff44a11a0feb04132f29928c643ba602e72027
sha256:831e9a78c737bd9fec57403799ff44a11a0feb04132f29928c643ba602e72027

About this package

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

Image layers

# debian.sh --arch 'arm64' out/ 'trixie' '@1763337600'
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"]
WORKDIR /app
ENV NODE_ENV=production
COPY /app/public ./public # buildkit
COPY /app/package.json ./package.json # buildkit
COPY /app/bun.lock ./bun.lock # buildkit
COPY /app/next.config.ts ./next.config.ts # buildkit
COPY --chown=nextjs:nodejs /app/.next ./.next # buildkit
COPY /app/node_modules ./node_modules # buildkit
COPY /app/messages ./messages # buildkit
EXPOSE [3000/tcp]
ENV PORT=3000
ENV HOSTNAME=0.0.0.0
CMD ["bun" "run" "start"]

Labels

Key Value
org.opencontainers.image.created 2025-12-07T04:55:04.246Z
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 5eb2145b3104f48eadd601518904e56aaa9937bf
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.4
Details
Container
2025-12-13 10:12:52 +01:00
0
OCI / Docker
linux/arm64
NOASSERTION
390 MiB
Versions (2) View all
buildcache 2025-12-13
latest 2025-12-13