mttu-developers

konabot-web (commit-6c5e5a7a0c748a14b092a886091f9ad4ad91c508)

Published 2026-03-02 13:50:40 +08:00 by kagami-ci in mttu-developers/konabot-web

Installation

docker pull gitea.service.jazzwhom.top/mttu-developers/konabot-web:commit-6c5e5a7a0c748a14b092a886091f9ad4ad91c508
sha256:cb3495ecb37f9d9e7de95664cbfd4b18e033a0d2670285f24b33252baa7daa70

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-03-02T05:49:53Z
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 6c5e5a7a0c748a14b092a886091f9ad4ad91c508
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