bitua

dashboard-api (d43f6ca72b91dc6817e7a8d261662fa352509443)

Published 2026-04-30 02:40:18 +00:00 by botua

Installation

docker pull gitea.bitua.io/bitua/dashboard-api:d43f6ca72b91dc6817e7a8d261662fa352509443
sha256:52dadda1cb730502fef031c567c530b7f9c6ae90d167d04076586c06b9e2d9c7

Images

Digest OS / Arch Size
d36bc59888 linux/amd64 267 MiB
136cd3a0b4 linux/arm64 264 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'trixie' '@1769990400'
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"]
RUN /bin/sh -c apt-get update && apt-get install -y wget && rm -rf /var/lib/apt/lists/* # buildkit
WORKDIR /app
COPY /app/node_modules /app/node_modules # buildkit
COPY /app/apps/dashboard/apiDashboard/ /app/apps/dashboard/apiDashboard/ # buildkit
COPY /pruned/full/apps/dashboard/apiDashboard/ /app/apps/dashboard/apiDashboard/ # buildkit
WORKDIR /app/apps/dashboard/apiDashboard
EXPOSE map[3000/tcp:{}]
HEALTHCHECK &{["CMD-SHELL" "wget --no-verbose --tries=1 --spider --timeout=5 http://localhost:3000/health || exit 1"] "30s" "10s" "5s" "0s" '\x03'}
CMD ["bun" "run" "server.js"]

Labels

Key Value
org.opencontainers.image.created 2026-02-08T09:32:44.949Z
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 cf6cdbbbadd50604bc17f21ed5d0612c920a5d9a
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.9-slim
Details
Container
2026-04-30 02:40:18 +00:00
1
OCI / Docker
Versions (368) View all