nmanga (canary)

Published 2026-07-31 13:41:12 +02:00 by Yumeo

Installation

docker pull git.yumeo.dev/yumeo/nmanga:canary
sha256:213a418664aa8885b399a6b4d638c5df968c0b40f7b000310e3a8b9e009a8e14

About this package

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

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1783900800'
RUN /bin/sh -c apt-get update -qq && apt-get install -qq --no-install-recommends ca-certificates && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
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"]
COPY /usr/local/bin/uv /usr/local/bin/uvx /bin/ # buildkit
WORKDIR /app
COPY /app/node_modules ./node_modules # buildkit
COPY package.json bun.lock prisma.config.ts ./ # buildkit
COPY pyproject.toml ./ # buildkit
COPY tsconfig.json ./ # buildkit
COPY src/prisma ./src/prisma/ # buildkit
COPY src ./src/ # buildkit
COPY scripts ./scripts/ # buildkit
COPY docker/entrypoint.sh ./entrypoint.sh # buildkit
RUN /bin/sh -c uv sync --no-dev # buildkit
RUN /bin/sh -c chmod +x entrypoint.sh # buildkit
ENV NODE_ENV=production
ENV OPENBLAS_NUM_THREADS=1
ENV OMP_NUM_THREADS=1
ENV MKL_NUM_THREADS=1
ENV NUMEXPR_NUM_THREADS=1
EXPOSE [3000/tcp]
ENTRYPOINT ["./entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.created 2026-07-30T14:49:53.598Z
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 c08f665367451debfc9a71799f1f29eba776e4a3
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 canary-debian
Details
Container
2026-07-31 13:41:12 +02:00
40
OCI / Docker
linux/amd64
NOASSERTION
3.4 GiB
Versions (12) View all
canary 2026-07-31
latest 2026-07-30
0 2026-07-30
0.4.2 2026-07-30
0.4 2026-07-30