sdl-counter (0.3)

Published 2026-04-07 15:16:56 +02:00 by urania

Installation

docker pull tea.urania.dev/urania/sdl-counter:0.3
sha256:beb2ece1cbec56ada971124f6b67cccfcc80a1a633efe4a450b10896518d798e

About this package

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

Image Layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1773619200'
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
ENV NODE_ENV=production
COPY /app/build ./build # buildkit
COPY /app/package.json ./ # buildkit
COPY /app/src ./src # buildkit
COPY /app/drizzle.config.ts ./drizzle.config.ts # buildkit
COPY /app/drizzle ./drizzle # buildkit
COPY /app/static ./static # buildkit
COPY /app/db.sqlite /app/db.sqlite # buildkit
COPY ./sync-abc.ts /app/scripts # buildkit
COPY ./sync-smart-ris.ts /app/scripts # buildkit
COPY ./admin-cli.ts /app/scripts # buildkit
COPY ./admin.sh /app/scripts # buildkit
ENV DATABASE_URL=file:db.sqlite
RUN /bin/sh -c bun install --production # buildkit
EXPOSE [3000/tcp]
CMD ["bun" "--bun" "/app/build"]

Labels

Key Value
org.opencontainers.image.created 2026-03-18T04:33:58.423Z
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 a04817ce2b7f1a1e8b7cbf8af8f2c027ab072f1d
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.11-slim
Details
Container
2026-04-07 15:16:56 +02:00
0
OCI / Docker
linux/amd64
NOASSERTION
189 MiB
Versions (29) View all
10ee977 2026-04-08
0 2026-04-08
0.4 2026-04-08
0.4.8 2026-04-08
latest 2026-04-08