client (sha256:fc5cd286e4b02d92d708b90b0956c3008a0d6a8c5bfabb33b7f6a93ad95c37f9)

Published 2026-04-12 17:07:41 +05:30 by usersatoshi

Installation

docker pull git.usersatoshi.com/miyo/client@sha256:fc5cd286e4b02d92d708b90b0956c3008a0d6a8c5bfabb33b7f6a93ad95c37f9
sha256:fc5cd286e4b02d92d708b90b0956c3008a0d6a8c5bfabb33b7f6a93ad95c37f9

About this package

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

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1775433600'
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 docker-entrypoint.sh /usr/local/bin # buildkit
COPY /usr/local/bin/bun /usr/local/bin/bun # 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 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/dist ./dist # buildkit
COPY /app/node_modules ./node_modules # buildkit
CMD ["bun" "dist/index.js"]

Labels

Key Value
org.opencontainers.image.created 2026-04-10T03:06:38.682Z
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 700fc117a2fd01ac0201deaa6fa69c5557acb04f
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.12-slim
Details
Container
2026-04-12 17:07:41 +05:30
2
OCI / Docker
linux/amd64
NOASSERTION
70 MiB
Versions (9) View all
latest 2026-04-12
0.0.8 2026-04-12
0.0 2026-04-12
0 2026-04-12
a85f2f0 2026-04-12