bitua

sync-device-enrollments (28a834b9a6c100af907995a55530ae5120df17ad-arm64)

Published 2026-05-04 20:42:25 +00:00 by botua

Installation

docker pull gitea.bitua.io/bitua/sync-device-enrollments:28a834b9a6c100af907995a55530ae5120df17ad-arm64
sha256:3b78f17879fcd3e1b2f72dd4ab085384462b991f197c69d7a41834b123955afd

Images

Digest OS / Arch Size
6d3cbc67d4 linux/arm64 68 MiB

Image Layers ( linux/arm64)

# debian.sh --arch 'arm64' 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"]
WORKDIR /app
COPY /app/sync-device-enrollments/node_modules ./sync-device-enrollments/node_modules # buildkit
COPY jobs/logger.js ./ # buildkit
COPY jobs/_shared ./_shared # buildkit
COPY jobs/sync-device-enrollments/package.json ./sync-device-enrollments/ # buildkit
COPY jobs/sync-device-enrollments/sync-device-enrollments.ts ./sync-device-enrollments/ # buildkit
WORKDIR /app/sync-device-enrollments
EXPOSE [8080/tcp]
HEALTHCHECK &{["CMD-SHELL" "bun -e 'fetch(\"http://localhost:8080/health\").then(r => r.ok ? process.exit(0) : process.exit(1)).catch(() => process.exit(1))'"] "30s" "10s" "5s" "0s" '\x03'}
CMD ["bun" "run" "sync-device-enrollments.ts"]

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-05-04 20:42:25 +00:00
2
OCI / Docker
Versions (23) View all