bitua

sync-items-count (latest)

Published 2026-06-01 21:30:46 +00:00 by botua

Installation

docker pull gitea.bitua.io/bitua/sync-items-count:latest
sha256:8dad4f7095f44083f7f96546227b8a8f0da124b5ebeb5db7e7ec561ee219c21b

Images

Digest OS / Arch Size
a59ed4cff2 linux/amd64 64 MiB
137d687835 linux/arm64 65 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'trixie' '@1777939200'
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
COPY /app/sync-items-count/node_modules ./sync-items-count/node_modules # buildkit
COPY jobs/logger.js ./ # buildkit
COPY jobs/_shared ./_shared # buildkit
COPY jobs/sync-items-count/package.json ./sync-items-count/ # buildkit
COPY jobs/sync-items-count/sync-items-count.ts ./sync-items-count/ # buildkit
WORKDIR /app/sync-items-count
EXPOSE [8080/tcp]
HEALTHCHECK {Test:[CMD-SHELL bun -e 'fetch("http://localhost:8080/health").then(r => r.ok ? process.exit(0) : process.exit(1)).catch(() => process.exit(1))'] Interval:30s Timeout:10s StartPeriod:5s StartInterval:0s Retries:3}
CMD ["bun" "run" "sync-items-count.ts"]

Labels

Key Value
org.opencontainers.image.created 2026-05-13T03:50:35.951Z
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 0d9b296af33f2b851fcbf4df3e9ec89751734ba4
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.14-slim
Details
Container
2026-06-01 21:30:46 +00:00
7
OCI / Docker
Versions (29) View all