mttu-developers

konabot-web (commit-41f3eedcbe54973d0833973e25aa2d66bb1b565f)

Published 2026-02-28 15:37:47 +08:00 by kagami-ci in mttu-developers/konabot-web

Installation

docker pull gitea.service.jazzwhom.top/mttu-developers/konabot-web:commit-41f3eedcbe54973d0833973e25aa2d66bb1b565f
sha256:a4816ef3648dea42f21beaca27bcae98a8b47485bdc7942a279b622b3c77afdf

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"]
WORKDIR /app
COPY /app/build /app # buildkit
ENTRYPOINT ["bun" "run" "index.js"]

Labels

Key Value
org.opencontainers.image.created 2026-02-28T07:37:10Z
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 41f3eedcbe54973d0833973e25aa2d66bb1b565f
org.opencontainers.image.source https://gitea.service.jazzwhom.top/mttu-developers/konabot-web.git
org.opencontainers.image.title bun
org.opencontainers.image.url https://gitea.service.jazzwhom.top/mttu-developers/konabot-web
org.opencontainers.image.version 1.3.10