Tiago Valério tvalerio
  • Joined on 2024-06-09

tldraw (latest)

Published 2025-09-16 12:08:11 +00:00 by tvalerio

Installation

docker pull git.valerio.pw/tvalerio/tldraw:latest
sha256:3f754002da5d182e725262d802be6e05cad10083bb5f2344d393f9e66ed64c33

About this package

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

Image Layers

ADD alpine-minirootfs-3.20.7-aarch64.tar.gz / # buildkit
CMD ["/bin/sh"]
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 /usr/local/bin/bun /usr/local/bin/ # buildkit
COPY docker-entrypoint.sh /usr/local/bin/ # 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 addgroup -g 1000 bun && adduser -u 1000 -G bun -s /bin/sh -D bun && ln -s /usr/local/bin/bun /usr/local/bin/bunx && apk add libgcc libstdc++ && which bun && which bunx && bun --version # buildkit
WORKDIR /home/bun/app
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
CMD ["/usr/local/bin/bun"]
COPY /app/node_modules /app/node_modules # buildkit
COPY /app/dist /app/dist # buildkit
WORKDIR /app/dist
CMD ["bun" "server"]

Labels

Key Value
org.opencontainers.image.created 2025-09-16T12:02:14Z
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 a33729139c6d943030d918d7d88507eef84d0d01
org.opencontainers.image.source https://git.valerio.pw/tvalerio/tldraw.git
org.opencontainers.image.title bun
org.opencontainers.image.url https://git.valerio.pw/tvalerio/tldraw
org.opencontainers.image.version 1.2.22-alpine
Details
Container
2025-09-16 12:08:11 +00:00
10
OCI / Docker
linux/arm64
NOASSERTION
106 MiB
Versions (1) View all
latest 2025-09-16