pv

tldraw (sha256:e8a2a078ba18817ec4ac5af228c1fe73b1bc51f8762e718018434068b7f3a311)

Published 2025-03-11 07:46:38 +01:00 by pv in pv/tldraw

Installation

docker pull git.pv.wtf/pv/tldraw@sha256:e8a2a078ba18817ec4ac5af228c1fe73b1bc51f8762e718018434068b7f3a311
sha256:e8a2a078ba18817ec4ac5af228c1fe73b1bc51f8762e718018434068b7f3a311

About this package

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

Image layers

# debian.sh --arch 'amd64' out/ 'bullseye' '@1736726400'
COPY docker-entrypoint.sh /usr/local/bin # buildkit
COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit
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 package.json bun.lockb ./ # buildkit
RUN /bin/sh -c bun install --frozen-lockfile # buildkit
COPY app app # buildkit
COPY public public # buildkit
COPY tsconfig.json vite.config.ts react-router.config.ts ./ # buildkit
COPY server.ts ./ # buildkit
RUN /bin/sh -c bun run build # buildkit
EXPOSE map[8080/tcp:{}]
ENTRYPOINT ["bun" "run" "server.ts"]

Labels

Key Value
org.opencontainers.image.created 2025-01-17T15:45:32.455Z
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 196621f253cf318b9096d2b8335b74e0b0e98d6c
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.1.45-debian
Details
Container
2025-03-11 07:46:38 +01:00
1
OCI / Docker
linux/amd64
NOASSERTION
130 MiB
Versions (26) View all
1.1.5 2025-04-04
1.15 2025-04-04
1.1.4 2025-03-24
0.1.3-rc4 2025-03-20
0.1.3-rc3 2025-03-20